Let’s cover how to build Dart packages and share them with other Flutter developers around the world using practical examples.
Stack
widgetLearn how to use the Flutter Stack widget to communicate depth and create fairly complex layouts in apps without a lot of work.
Let’s go over how to implement a widget in a Flutter app and show how SnackBar works in practice.
Learn how to use Flutter Hooks to provide a robust and clean way to manage widgets, increase code-sharing, and reduce code duplicates.
A brief guide to managing the state of a Flutter app with Provider, a popular package for clean, efficient state management.
Learn how to create an animated search bar in your Flutter apps with this quick, step-by-step tutorial and example build.
SharedPreferences enables you to persist and modify data (such as login credentials) in your Flutter app so you can reuse it later.
A beautiful, well designed app theme can make or break a project. Refresh yourself on the basics of theming in Flutter in this tutorial.
In this tutorial, learn how to use Hive, which helps manage all of your Flutter apps’ CRUD operations and handles persistent local data.
Flutter provides two types of APIs for navigation. Learn their proper use cases and how to implement them in your Flutter app.
Dive deep with this article’s seven recommendations for improving the performance of your Flutter mobile apps.
Using Flutter, learn how to make a splash page with an opening animation for your apps to create a lasting first impression.