flex_grid_view 0.1.0+1
flex_grid_view: ^0.1.0+1 copied to clipboard
A Flutter package that provides a flexible grid widget that arranges its children based on a provided pattern.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flex_grid_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flex_grid_view: ^0.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:flex_grid_view/flex_grid_view.dart';