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

Responsive grid that automatically adjusts its items based on available width.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flex_grid_layout

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

dependencies:
  flex_grid_layout: ^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_layout/flex_grid_layout.dart';
2
likes
160
points
27
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

Responsive grid that automatically adjusts its items based on available width.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flex_grid_layout