August 18, 2025

Trending Posts

Lorem ipsum dolor sit amet, consectetur adipiscing elit
Popup Menu Button in Flutter

A button that displays a popup menu when Clicked, is used to provide a list of items to…

ByByAhmar AfridiAug 28, 2024
CupertinoButton in Flutter

A button that follows the design guidelines of IOS Cupertino design language, is used in iOS apps. CupertinoButton…

ByByAhmar AfridiAug 28, 2024
FloatingButton in Flutter

A circular button that floats above the content, is used to promote a primary action. Properties: onPressed: The…

ByByAhmar AfridiAug 28, 2024
GestureDectector in Flutter

GestureDetector is a widget in Flutter that detects gestures, such as taps, swipes, and pinches, and allows you…

ByByAhmar AfridiAug 28, 2024
Stack in Flutter

In Flutter, a Stack is a widget that allows you to overlap multiple widgets on top of each…

ByByAhmar AfridiAug 28, 2024
Column in Flutter

In Flutter, a Column is a widget that displays its children in a vertical array. It is a…

ByByAhmar AfridiAug 28, 2024
Row in Flutter

In Flutter, a Row is a widget that displays its children in a horizontal array. It is a…

ByByAhmar AfridiAug 28, 2024
Scaffold in Flutter

In Flutter, a Scaffold is a top-level widget that provides a basic material design layout structure. It is…

ByByAhmar AfridiAug 28, 2024
SizedBox

SizedBOX is a simple yet powerful widget for controlling the dimensions of space in your layout. The SizedBox…

ByByAhmar AfridiAug 28, 2024

Latest Stories

Don’t miss our hot and upcoming stories
Flutter Navigator Widget

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

ByByAhmar AfridiSep 7, 2024
BottomNavigationBar in Flutter

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

ByByAhmar AfridiSep 6, 2024
FutureBuilder in Flutter

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

ByByAhmar AfridiSep 6, 2024
TabBar in Flutter

A TabBar in Flutter is a material design widget that displays a horizontal row of…

ByByAhmar AfridiSep 5, 2024