December 23, 2024

Flutter

Flutter Navigator Widget

The Navigator widget in Flutter is a built-in widget that manages a stack of routes, allowing for navigation…

ByByAhmar AfridiSep 7, 2024

BottomNavigationBar in Flutter

The BottomNavigationBar widget in Flutter is a material design widget used to create a bottom navigation bar in…

ByByAhmar AfridiSep 6, 2024

FutureBuilder in Flutter

A FutureBuilder is a widget in Flutter that builds itself based on the latest snapshot of interaction with…

ByByAhmar AfridiSep 6, 2024

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

Align Transition in flutter

In Flutter, the AlignTransition widget is used to animate the alignment of a widget. This widget smoothly transitions…

ByByAhmar AfridiOct 11, 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