December 24, 2024

Flutter

Image in Flutter

In Flutter, the Image widget is used to display images. It can load images from various sources, including:…

ByByAhmar AfridiAug 29, 2024

AppBar in Flutter

In Flutter, an AppBar is a widget that displays a top appbar with a title, actions, and navigation…

ByByAhmar AfridiAug 28, 2024

Toggle Button in Flutter

A toggle button is a graphical user interface element that allows users to switch between two or more…

ByByAhmar AfridiAug 28, 2024

RadioButton In Flutter

In Flutter, a Radio button is a widget that allows users to select one option from a group…

ByByAhmar AfridiAug 28, 2024

Size Transition in flutter

In Flutter, SizeTransition is a widget that animates the size change of its child widget. It is used…

ByByAhmar AfridiSep 16, 2024

Fade Transition in Flutter

A Fade Transition in Flutter is a type of animation that allows widgets to gradually appear or disappear…

ByByAhmar AfridiSep 14, 2024