Learn how to switch & animate between pages with the fade through animation in Flutter.
With the Animated Switcher you can change between widgets with the help of custom-built animations in Flutter.
Detect the current battery level and battery state of your phone in Flutter and also detect if your phone is currently charging.
How to set a Screen Background Image in Flutter. Darken the image and apply a gradient effect on top of your Flutter background image.
Use Platform Specific Widgets in Flutter to show different widgets for Android and iOS depending on the platform.
Let's use Firebase Push Notifications in our Flutter app to send push notifications to different users through the Firebase console!
Handle Futures with async and await in Flutter and Dart.
Use the Flutter Value Key to preserve the state of Stateful Widgets while they are moving around within your Widget tree in Flutter.
How to use all Flutter Boxes such as SizedBox, LimitedBox, ConstrainedBox and FractionallySizedBox in Flutter.
How to download and save an image to the Gallery in Flutter. Save any image or video files to the devices local storage in Flutter.
Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them to the gallery.
These are the best 4 trends for Flutter designs that every Flutter developer should know. Learn about Neumorphism, Glass Morphism, Neon Lights and more.
How to use the StreamBuilder widget in Flutter. Streams can wait and listen for multiple data values before displaying them in Flutter.
How to play videos in your Flutter app using the video player package. Play videos stored on the file system, as an asset, or from the internet.
How to zoom images in Flutter and how to create pinch to zoom in Flutter.
These are the TOP Flutter ListView Widgets! We cover Pull To Refresh, Infinite Scrolling ListView, Nested Columns and ListViews and more.
Use Adaptive Widgets in Flutter to display Android or iOS specific widgets, so called Platform Aware Widgets on each device in Flutter.
How to translate texts to different languages with Google Translate in Flutter. We use both Google Translation without and with API Key.
When to use the GlobalKey in Flutter. With a GlobalKey a parent widget can access the state and methods of its child Stateful Widgets.
How to create responsive designs using the LayoutBuilder in Flutter.
How to use the collection if and collection for operators inside lists in Flutter and Dart.
Use the Grouped ListView in Flutter to group list items into sections. Each section could have a Flutter sticky header.
Reset the password in a Flutter app using Firebase Authentication and change the password after you forgot the password.
Pick a date using the Flutter Date Picker dialog.
How to preserve the scroll position in a ListView in Flutter by using the Flutter Page Storage Key.
How to update and delete Firestore documents using a Flutter app.
How to use Flutter Hot Reload and Hot Restart to update your app UI and rebuild your whole Flutter app.
Create an iOS Bottom Navigation Bar and iOS Tab Bar in Flutter by using the CupertinoTabBar, CupertinoTabScaffold and the CupertinoTabView.
Create a Tabbed AppBar in Flutter with tabs inside the TabBar and TabBarView widget.
Create an awesome 3D ListView scrolling effect in Flutter with ListWheelScrollView. Display widgets with rotation in a scroll wheel.