June 14, 2025

Flutter

TabBar in Flutter

A TabBar in Flutter is a material design widget that displays a horizontal row of tabs. It’s typically…

ByByAhmar AfridiSep 5, 2024

Drawer in flutter

a Drawer in flutter is a widget that provides a sliding panel, typically used for navigation or displaying…

ByByAhmar AfridiSep 4, 2024

Flexible Widget in Flutter

In Flutter, the Flexible widget is a layout widget that allows its child widget to take up any…

ByByAhmar AfridiSep 3, 2024

GridView in Flutter

A “GridView in Flutter” is a widget in Flutter that displays a scrolling grid of widgets (for more…

ByByAhmar AfridiSep 1, 2024

Scale Transition in Flutter

In Flutter, the ScaleTransition widget is used to create a scaling animation for a widget. It animates the…

ByByAhmar AfridiOct 10, 2024

Positioned Transition In Flutter

PositionedTransition is a Flutter widget that creates an animated transition between two positions within a Stack widget. It’s…

ByByAhmar AfridiSep 20, 2024