Widgets & UI
Flutter widgets, layouts, UI components, and responsive design
20
Easy Questions
21
Medium Questions
4
Hard Questions
Easy Questions (20)
What is the purpose of the SingleChildScrollView widget in Flutter?
widgetscrollinglayout
View Details →Code
What is the difference between Cupertino and Material Design in Flutter?
designcupertinomaterial
View Details →Code
In initState function in StatefulWidget in Flutter, should super.initState() be called before any function or after any function?
initstatelifecyclestatefulwidgetbest-practices
In dispose function in StatefulWidget in Flutter, should super.dispose() be called before any function or after any function?
disposelifecyclestatefulwidgetmemory-managementbest-practices
Medium Questions (21)
Use pagination in the list and use `ListView.builder` instead of `ListView`.
View Details →Code
Listview.builder inside the column what error it will throw and why ?
View Details →Code
What is the difference between NetworkImage and Image.network in flutter?
widgetimagenetworking
Can you explain the process of creating custom widgets in Flutter?
widgetcustomcomposition
View Details →Code
What is FutureBuilder in Flutter and how is it used to build dynamic UI?
widgetasyncfuturebuilder
View Details →Code
What is the purpose of the AnimatedBuilder widget in Flutter?
widgetanimationanimatedbuilder
View Details →Code
What is the purpose of the AnimatedSwitcher widget in Flutter?
widgetanimationanimatedswitcher
View Details →Code
How to create a list with persistent headers?
listheadersslivers
What is the difference between Flexible and Expanded?
widgetslayoutflexibleexpanded
How can you make your application responsive?
responsivelayoutuimediaquery
What is IndexedStack and what is the use of it along with BottomNavigationBar?
indexed-stackbottom-navigation-barnavigationwidgetsstate-management
What is the difference between Adaptive and Responsive design in Flutter?
flutterresponsiveadaptivelayoutmediaquery
View Details →Code
What is the difference between precacheImage and CachedNetworkImage in Flutter?
flutterimagescachingperformanceprecache