December 23, 2024

Articles By Ahmar Afridi

add Products in flutter using sqlite

This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get): dependencies:…

ByByAhmar AfridiDec 8, 2024
snake game in flutter

The SnakeModel represents the game’s data, including the grid dimensions, snake position, food position, and movement dire SnakeModel…

ByByAhmar AfridiNov 17, 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
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
add Products in flutter using sqlite

This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get): dependencies:…

ByByAhmar AfridiDec 8, 2024
snake game in flutter

The SnakeModel represents the game’s data, including the grid dimensions, snake position, food position, and movement dire SnakeModel…

ByByAhmar AfridiNov 17, 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
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