Flutter
TabBar in Flutter
A TabBar in Flutter is a material design widget that displays a horizontal row of tabs. It’s typically…
Drawer in flutter
a Drawer in flutter is a widget that provides a sliding panel, typically used for navigation or displaying…
Flexible Widget in Flutter
In Flutter, the Flexible widget is a layout widget that allows its child widget to take up any…
GridView in Flutter
A “GridView in Flutter” is a widget in Flutter that displays a scrolling grid of widgets (for more…
Scale Transition in Flutter
In Flutter, the ScaleTransition widget is used to create a scaling animation for a widget. It animates the…
Positioned Transition In Flutter
PositionedTransition is a Flutter widget that creates an animated transition between two positions within a Stack widget. It’s…