Articles By Ahmar Afridi
Flexible Widget in Flutter
In Flutter, the Flexible widget is a layout widget that allows its child widget to take up any…
Singlechildscrollview in Flutter
SingleChildScrollView in Flutter is a widget that allows a single child widget to be scrollable. It’s a convenient…
GridView in Flutter
A “GridView in Flutter” is a widget in Flutter that displays a scrolling grid of widgets (for more…
ListView in Flutter
A “ListView in Flutter” is a widget that displays a list of children in a scrollable view. It…
ListTile in Flutter
In Flutter, a ListTile is a single fixed-height row that contains a leading widget, a title, a subtitle,…
Card in Flutter
In Flutter, a Card is a widget that displays a piece of information in a visually appealing way,…
Flexible Widget in Flutter
In Flutter, the Flexible widget is a layout widget that allows its child widget to take up any…
Singlechildscrollview in Flutter
SingleChildScrollView in Flutter is a widget that allows a single child widget to be scrollable. It’s a convenient…
GridView in Flutter
A “GridView in Flutter” is a widget in Flutter that displays a scrolling grid of widgets (for more…
ListView in Flutter
A “ListView in Flutter” is a widget that displays a list of children in a scrollable view. It…
ListTile in Flutter
In Flutter, a ListTile is a single fixed-height row that contains a leading widget, a title, a subtitle,…
Card in Flutter
In Flutter, a Card is a widget that displays a piece of information in a visually appealing way,…