my_custom_staggered_grid_view 1.0.0+3 copy "my_custom_staggered_grid_view: ^1.0.0+3" to clipboard
my_custom_staggered_grid_view: ^1.0.0+3 copied to clipboard

Provides a collection of Flutter grids layouts (staggered, masonry, quilted, woven, etc.).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_custom_staggered_grid_view

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

dependencies:
  my_custom_staggered_grid_view: ^1.0.0+3

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:my_custom_staggered_grid_view/my_custom_staggered_grid_view.dart';
0
likes
130
pub points
48%
popularity

Publisher

unverified uploader

Provides a collection of Flutter grids layouts (staggered, masonry, quilted, woven, etc.).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_staggered_grid_view

More

Packages that depend on my_custom_staggered_grid_view