Issue 1
August 26, 2019
Articles
Dependency Injection In Flutter. An excellent article by Zubair Rehman on how to use dependency injection in Flutter using Inject.
Swift vs Flutter - A side by side comparison for iOS development [Infographic]. An interesting article that compares what are the differences in developing the same app with native Swift tools and Flutter.
Tools
You can now record and profile CPU performance with DevTool’s new Performance view
Flutter Widget Livebook a website built with Flutter for web that allows live preview of widget samples online.
Tutorials
Building a Calculator App in Flutter, a tutorial by Kenneth Reilly on how to create a calculator with Dart and Flutter.
How to Dismiss the Keyboard in Flutter the RIGHT Way a tutorial by James Dixon where he explains how to use the GestureDetector to achieve this simple but neccesary behaivor.
Build Your Own Google Search with Flutter for web (In just 3 Simple Steps) a tutorial by Promise Nzubechi Amadi on using Flutter for web.
Videos
Custom Drawer, Filing Bugs, Working with Databases (The Boring Flutter Development Show, Ep. 27) by Flutter.
Flutter Bicycle App UI Concept - Speed Code. Great interface concept of a bike shop in Flutter by Devefy.
Semantics (Flutter Widget of the Week). Flutter’s Semantics widget can annotate an app’s UI with information about the meaning of other widgets.
Packages
url_launcher Flutter plugin for launching a URL on Android and iOS. Supports web, phone, SMS, and email schemes.Github
image_picker Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera. Github
googlemapsflutter A Flutter plugin for integrating Google Maps in iOS and Android applications. Update that adds support for toggling the traffic layer. Github.