flutter_animated_grid 1.0.0 copy "flutter_animated_grid: ^1.0.0" to clipboard
flutter_animated_grid: ^1.0.0 copied to clipboard

The Animated Grid package for Flutter provides a customizable and visually appealing animated grid layout.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_animated_grid
copied to clipboard

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

dependencies:
  flutter_animated_grid: ^1.0.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_animated_grid/flutter_animated_grid.dart';
copied to clipboard
1
likes
150
points
34
downloads

Publisher

verified publishermdshahidulislam.tech

Weekly Downloads

2024.09.20 - 2025.04.04

The Animated Grid package for Flutter provides a customizable and visually appealing animated grid layout.

Repository (GitHub)

Topics

#flutter #grid #animated #layout

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on flutter_animated_grid