staggered_flow_grid 1.0.1 copy "staggered_flow_grid: ^1.0.1" to clipboard
staggered_flow_grid: ^1.0.1 copied to clipboard

A high-performance, zero-dependency Flutter widget that renders children in a staggered waterfall grid layout using a custom shortest-column RenderObject.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add staggered_flow_grid

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

dependencies:
  staggered_flow_grid: ^1.0.1

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:staggered_flow_grid/staggered_flow_grid.dart';
0
likes
160
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance, zero-dependency Flutter widget that renders children in a staggered waterfall grid layout using a custom shortest-column RenderObject.

Repository (GitHub)
View/report issues

Topics

#grid #layout #staggered-grid #waterfall #masonry

License

MIT (license)

Dependencies

flutter

More

Packages that depend on staggered_flow_grid