Study a few iconic apps like Gmail and Instagram have used gestures, and learn which Flutter widgets you could use to create similar effects.
Learn how to work with streams in Flutter and Dart by creating a simple application that utilizes the StreamController service.
Learn how to create a barcode scanner app in Flutter to recognize a QR code and display a list of predefined options.
Avoid common overflow errors when creating responsive layouts in Flutter with the Expanded and Flexible widgets.
Learn about the SQL and NoSQL options for databases in Flutter, including sqflite, Hive, Firebase, and more.
Learn how to add a custom font to your project by creating a basic Flutter app that displays texts with different font styles.
Data persistence at the client app level is crucial. Learn how to access and run database queries in SQLite by using the sqflite Flutter package.
Learn about what AWS Amplify is and how to integrate it while building a Flutter to-do app.
Implementing location discovery can require confusing and complex boilerplate, but Flutter’s location and geocode packages make it simple.
Learn about data flow, state management structure, and using Redux in your Flutter apps in this detailed tutorial.
Timer
class and Timer.periodic
Learn how to use Flutter’s Timer class and Timer.periodic to implement timers into mobile applications for various use cases.
In this deep dive tutorial on the Flutter Slider widget, learn how to customize your sliders by applying custom themes and designing your own.