All posts in Widgets
How to Create Loading Dialog in Flutter
When an app needs to do something lengthy, like downloading data from the internet, a Loading Dialog in Flutter can let users know. Flutter showDialog… Read more »
Responsive Text Size in Flutter
Text Size in Flutter - Text is a popular Flutter widget that shows text. TextStyle class attributes let you change font, color, style, and alignment. Text Size in… Read more »
How to Add FloatingActionButton in Flutter
Multiple Floating Action Button in Flutter – FloatingActionButton in Flutter (FAB) is a typical UI component intended to facilitate easy access to an app most… Read more »
Custom BottomNavigationBar in Flutter
BottomNavigationBar in Flutter is a widget that displays at the bottom of the screen and allows users to navigate between different screens and locations inside… Read more »
How to Display SnackBar in Flutter
Snackbar displays small messages at the bottom of the screen. It provides user feedback after a task or error. Flutter Material Design’s Snackbar is simple.… Read more »
Handling Checkbox State in AlertDialog Flutter
Checkbox State in AlertDialog Flutter – The Flutter Checkbox AlertDialog lets users choose from a collection of checkbox. A pop-up window displays a list of alternatives with… Read more »
How to Create and Show Toast in Flutter
Toast in Flutter – To notify the user of an activity or event, a toast appears quickly at the bottom of the screen in Flutter… Read more »
Flutter Draggable Widget Example
Flutter Draggable widget is a component of the Flutter framework. It's how the app's drag-and-drop features are implemented. A gesture recognizer is built into the… Read more »
6 Steps to Fix Unable to Load Asset Flutter
Unable to load asset Flutter - Assets are static files included in the compiled Flutter app and available at runtime. Images, fonts, movies, sounds, and… Read more »
How to Use Font Awesome in Flutter
How to Use Font Awesome in flutter - Font Awesome, one of the most popular icon libraries, offers a large range of high-quality, freely-usable vector… Read more »