December 23, 2024
  • Home
  • Flutter Tutorial for Beginners

Flutter Tutorial for Beginners

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

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

ListTile in Flutter

In Flutter, a ListTile is a single fixed-height row that contains a leading widget, a title, a subtitle,…

ByByAhmar AfridiAug 31, 2024

Card in Flutter

In Flutter, a Card is a widget that displays a piece of information in a visually appealing way,…

ByByAhmar AfridiAug 29, 2024