December 23, 2024

Flutter

Rotational Transition In flutter

A RotationTransition in Flutter is a widget used to apply a smooth rotational (spinning) animation to another widget…

ByByAhmar AfridiOct 13, 2024

RelativePositionedTransition in Flutter

The RelativePositionedTransition widget in Flutter animates the position of a child widget relative to its parent. It is…

ByByAhmar AfridiOct 13, 2024

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

StreamBuilder In flutter

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

ByByAhmar AfridiOct 13, 2024

Default TextStyle Transition

In Flutter, a TextStyle transition refers to the visual change of text properties such as color, font size,…

ByByAhmar AfridiOct 13, 2024