Use Firebase Authentication to sign in a user via email and password to your Flutter app using Firebase Auth.
Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Web Scrapping with Flutter is simple!
Create a simple dropdown menu item list in Flutter. Set the Dropdown Button style, decoration and border.
How to create responsive designs using the Flutter MediaQuery and OrientationBuilder to build designs for mobile phone, tablet and web.
Add a custom page transition left to right, bottom to top, and add your own Route Navigation Transitions in Flutter.
Create a Flutter Image Stack to display multiple images on top of each other in Flutter.
Create a Simple Countdown Timer with Flutter for Android, iOS & Web.
Create a simple Movie App UI Design in Flutter. You find the starter code for this Flutter speedcode video here: https://drive.google.com/file/d/1G8qtZhnJNqyuGYcj5yFk4oEP1DC6rdzj/view?usp=sharing
Use the Flutter Google Sheets API to update and delete data within the rows and columns of the Google Spreadsheets in Flutter.
Upload and Download Files using Firebase Storage and Flutter. Upload and download any files with Firebase such as images, videos, pdfs etc.
Use the ExpansionTile in Flutter to expand and shrink your widgets inside an expandable nested ListView.
With Flutter Badges you can display Notification Badges for Navigation Bars and all other widgets in Flutter.
With the Flutter Slidable and Dismissable Widgets, you can swipe to reveal actions and dimiss your widgets in Flutter.
Learn how to use Dart List Utility Methods such as forEach, map, sort, reduce, every, where, take, skip and expand in Flutter.
Create a Flutter Staggered GridView to display unique column and row designs with custom sizes in Flutter.
Reset the password in a Flutter app using Firebase Authentication and change the password after you forgot the password.
How to drag and drop widgets inside a ListView in Flutter or drag and drop widgets using Draggable and DragTarget in Flutter.
Internationalize your Flutter app to multiple geographic locations and make users feel at home. Multiple language support in Flutter!
Use Flutter Desktop to drag and drop files easily to another location in Flutter.
How to add Google Maps to your Flutter app to locate a place, set markers and more.
Use the Flutter Color Scheme to generate different light and dark themes for your Flutter app.
How to swipe Tinder cards in a Tinder Swipe Cards Flutter app.
Let's setup Firebase for our Flutter app on Android, iOS and Flutter Web. Setup Firebase to use Firebase products.
Use Flutter to hide the Bottom Navigation Bar on scroll with a hide show animation in Flutter.
With the Flutter Custom Paint Widget, you can draw on a Canvas to control every pixel you are painting on the screen in Flutter.
How to use the FutureBuilder correctly in Flutter to wait for data before displaying the data inside your Flutter app.
Show a Flutter Settings Menu with different choices by clicking on a Popup Menu Button in Flutter.
How to create a NEON LIGHT Button with Flutter. This Flutter Neon Button effect uses shadows and a darker background to create neon colors.
How to create a Flutter Tinder Clone with swiping cards and more in Flutter.
Create a Slider in Flutter as a horizontal or vertical Slider with different colors, shapes, and with custom labels.