Fix Unable to locate ADB error in Android Studio for each new Flutter project.
With Flutter Equatable you can easily & automatically compare objects instead of overriding the hashcode and equals methods.
Create Flutter Card Widget designs with images, buttons, texts, borders, size and padding in Flutter.
Use Flutter to change the App Display Name on Android & iOS automatically, also learn how you can change the app name manually.
With Flutter, you can add Custom Fonts & Google Fonts to your Flutter project easily.
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
How to use in Flutter In-App Purchases on Android & iOS to buy coins and subscriptions in Flutter.
Create Flutter responsive texts based on the device's screen size, using FittedBox widget and Flutter Screenutil package, that can help us to make a responsive text in Flutter.
Create a scrollable horizontal ListView, a scrollable Row in Flutter with the ListView and SingleChildScrollView widgets in Flutter.
How to use the Collection Operator, Spread Operator and Cascade Operator in Flutter.
Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Web Scrapping with Flutter is simple!
Design beautiful native windows desktop apps using Flutter Fluent UI package.
How to create a scrollable horizontal ListView and vertical ListView in Flutter. Create a scrollable Row and a scrollable Column in Flutter.
How to use the basic Flutter widgets such as Scaffold, AppBar, NavigationBar, Image and FloatingActionButton in Flutter.
Create an AppBar Dropdown Menu in Flutter using the Flutter Popup Menu Button that displays multiple menu list items in an AppBar.
How to use the ConstrainedBox in Flutter to set the widget constraints with min width, max width, min height and max height in Flutter.
To create layouts in Flutter you need to know the Intrinsic Height and Intrinisic Width widgets!
Use the Stepper Widget in Flutter to step between widgets. Also use the horizontal multiple Stepper Widget in Flutter.
How to use the FractionallySizedBox in Flutter to size widgets to a percentage of the width and height of the screen or parent widget.
How to use the LimitedBox in Flutter to apply constraints for widgets only when the parent widget has unbounded constraints: Row, Column, ..
Use the SizedBox in Flutter to add space between widgets or to give widgets a specific width and height.
Add Sticky Headers to a ListView in Flutter that will stick to the top while the ListView is scrolled.
How to use the AppBar Widget in Flutter.
How to display nested ListViews and Columns in Flutter, use ListView inside Column, ListView inside ListView or SingleChildScrollView.
How to validate forms in Flutter using a TextFormField to validate email and password TextFields.
Create a Tabbed AppBar in Flutter with tabs inside the TabBar and TabBarView widget.
How to create a simple Dropdown Menu in Flutter with a dropdown menu items list.
Create a Bottom Sheet in Flutter. Adjust the height of the bottom sheet! Make the bottom sheet scrollable! Include rounded corners!
How to create a Table Widget in Flutter to display data in columns, rows and cells.
How to use the WillPopScope in Flutter to handle the back button press and detect if the current page is popped.