How to create a Flutter Popup Dialog with a TextField.
How to call all setState within a Popup Alert Dialog in Flutter using the Stateful Builder.
How to create home screen quick actions and app shortcuts on Android & iOS in Flutter.
Create an iOS Cupertino Sliding Segmented Control widget in Flutter.
Mask a Text with an Image in Flutter by using the ShaderMask and ImageShader to create a clipping mask with Flutter.
Create a horizontal 3D Flipping Card Animation with different back and front images in Flutter.
How to call Flutter code from Android Native Code to receive and stream data from Java and Kotlin.
How to use the InkWell and GestureDetector Widgets in Flutter to listen to taps and add a Material Ripple Effect to your widgets.
How to use the WillPopScope in Flutter to handle the back button press and detect if the current page is popped.
How to create a Table Widget in Flutter to display data in columns, rows and cells.
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 simple Dropdown Menu in Flutter with a dropdown menu items list.
Create a Tabbed AppBar in Flutter with tabs inside the TabBar and TabBarView widget.
How to validate forms in Flutter using a TextFormField to validate email and password TextFields.
How to display nested ListViews and Columns in Flutter, use ListView inside Column, ListView inside ListView or SingleChildScrollView.
How to use the AppBar Widget in Flutter.
Add Sticky Headers to a ListView in Flutter that will stick to the top while the ListView is scrolled.
Use the SizedBox in Flutter to add space between widgets or to give widgets a specific width and height.
How to use the LimitedBox in Flutter to apply constraints for widgets only when the parent widget has unbounded constraints: Row, Column, ..
How to use the FractionallySizedBox in Flutter to size widgets to a percentage of the width and height of the screen or parent widget.
Use the Stepper Widget in Flutter to step between widgets. Also use the horizontal multiple Stepper Widget in Flutter.
To create layouts in Flutter you need to know the Intrinsic Height and Intrinisic Width widgets!
How to use the ConstrainedBox in Flutter to set the widget constraints with min width, max width, min height and max height 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 basic Flutter widgets such as Scaffold, AppBar, NavigationBar, Image and FloatingActionButton in Flutter.
How to create a scrollable horizontal ListView and vertical ListView in Flutter. Create a scrollable Row and a scrollable Column in Flutter.
Learn how to write a clean code architecture in Flutter. The Presentation Layer is the final layer on top of the Data Layer and Domain Layer, the Presentation Layer creates the Flutter app UI.
How to use the Collection Operator, Spread Operator and Cascade Operator in Flutter.
Display animated texts in Flutter using Animated TextKit. Create a moving text animation in Flutter, animate text style, animate text color, animate text size and more.
Learn how to include a wide range of customizable icons in your Flutter app with Font Awesome package. Access thousands of icons, enjoy a seamless developer experience, and elevate your app's visual appeal.