Pass data between screens and widgets in Flutter. Pass data to Stateful Widgets and Stateless Widgets in Flutter.
Make an Audio Player App and play audio within your Flutter app.
Send an email via URL Launcher with Flutter to launch the default email app on your phone.
Learn how to remove the Flutter Debug Banner which is displayed in the debug mode in Flutter.
Flutter's SafeArea Widget keeps the system UI such as the status bar separated from your widgets on Android & iOS.
Embed the FloatingActionButton in your Flutter BottomNavigationBar and use the FAB Button to promote primary actions in Flutter.
How to take a screenshot of the screen in Flutter. Capture screenshots of widgets in Flutter.
The Flutter Ripple Effect Animation gives the user a Touch Feedback if he taps on a widget in Flutter.
Column widgets display multiple widgets vertically. Build basic Flutter layouts and widgets such as Row, Column, and Stack in Flutter.
Create a Flutter WebView App Example with Back Button, Cache, Refresh and Progress Indicator.
How to use Null Safety and Null Checks in Flutter and Dart by using null aware operators, null check exclamation mark, etc. in Flutter.
Scroll to a specific index or item in the ListView programmatically in Flutter.
Show Flutter Logs even if app is closed and not connected to your IDE in Flutter.
How to open App Settings and Device Settings in Flutter on Android & iOS. Open Location Settings, Notification Settings, Bluetooth Settings.
Remove and replace multiple routes and screens by using Flutter routing and the Navigator pop all, pop until, push and remove until.
Flutter Zoom Image. Zoom an image on double tap in Flutter with the Interactive Viewer widget.
I answer the TOP 10 Flutter Questions asked by the Flutter community.
How to share files, images, texts and urls in Flutter to other apps on your device such as Whatsapp, Facebook, Instagram and more.
Use WillPopScope widget to handle back button pressed on Android and iOS in Flutter and detect if the user leaves the current screen.
Publish and host Flutter Website on Custom Domain. Build, Release, Deploy Flutter Web App by publishing and hosting your Flutter Website.
Create and show an iOS Alert Dialog in Flutter, a popup dialog that is called Cupertino Alert Dialog.
How to autocomplete TextFields in Flutter by autofilling email, username, password, phone number in Flutter.
Use Lottie Animations in Flutter to create beautiful animations for Android, iOS and Flutter Web.
Block and prevent the user from taking screenshots and making video screen recordings in Flutter.
How to create a simple Flutter Photo Gallery App with an image slider to go between images and to zoom images in Flutter.
How to add Flutter packages from pub.dev to your Flutter project and to your pubspec yaml file.
How to setup Firebase for Flutter on Android, iOS or Flutter Web to use Firebase services such as Firestore Database, Firebase Auth and more
How to use an ExpansileTile in Flutter to expand and shrink your ListTile widgets in a ListView.
How to use the Hero Widget in Flutter to animate an image from one page to another page.
How to create a Checkbox in Flutter. Also create a Checkbox ListTile inside of your ListView.