Learn how to write clean code architecture in Flutter. The Data Layer contains the repository implementations and it maps the raw data into model objects using JSON serialization methods.
How to create a Flutter Tinder Clone with swiping cards and more in Flutter.
Toggle the visibility of a password field in Flutter and also learn how to autofill email and password within the form widget.
How to use the Date Picker and Time Picker in Flutter to pick a single date, a time or a range of dates.
Play YouTube videos inside your Flutter app using the Flutter Youtube Player, a video player with full screen support and video controls.
How to swipe a ListTile widget to the right or left using Flutter Slidable package.
Create an awesome 3D ListView scrolling effect in Flutter with ListWheelScrollView. Display widgets with rotation in a scroll wheel.
These are the most useful tips and tricks for Flutter apps! Every Flutter app needs an app icon, splash screen and onboarding screen!
Upload Images to Firebase Storage with Flutter. Also, upload any files to Firebase by picking images, videos, pdfs or any other file.
How to create a Search Textfield in Flutter to search and filter data inside a ListView or AppBar widget.
Expand and collapse widgets in Flutter by using the Expandable Panel Widget.
Hide Status Bar and hide System Navigation Bar in Flutter. Also enter the Android Full Screen Immersive Mode and LeanBack Mode in Flutter.
Let's setup Firebase for our Flutter app on Android, iOS and Flutter Web. Setup Firebase to use Firebase products.
How to screen mirror your phone with Flutter. Screen Mirroring your Android phone or your iPhone with Flutter is simple!
Show a Flutter Settings Menu with different choices by clicking on a Popup Menu Button in Flutter.
How to use the FutureBuilder correctly in Flutter to wait for data before displaying the data inside your Flutter app.
Create a Slider in Flutter as a horizontal or vertical Slider with different colors, shapes, and with custom labels.
How to create responsive designs using the MediaQuery in Flutter.
Use Linting to set some standard rules for your Flutter code and keep the written code clean and organized.
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.
These are the most useful TOP 10 Widgets that really every Flutter Developer should know.
How to use the Flutter URL Launcher to open URLs in the Web Browser or to open URLs in an App WebView in Flutter.
How to pass data back in Flutter to the previous screen.
How to mask any Image or Widget in Flutter by creating a transparent image layer and use this image layer to mask another image in Flutter.
Create a scrollable horizontal ListView, a scrollable Row in Flutter with the ListView widget or the Flutter SingleChildScrollView widget.
Create a share button in Flutter to share data with WhatsApp, Facebook, Twitter, Instagram on Android, iOS and Flutter Web.
Integrate a real & native Flutter Splash Screen to your Flutter app for Android & iOS by using the Native Splash Package.
How to call Android Native Code from your Flutter app to access custom platform specific code written with Java and Kotlin.
How to pick a date and time together using Flutter date picker and time picker dialogs.
How to add a Liquid Swipe Onboarding Screen in Flutter.