flex_grid_layout 1.0.0 copy "flex_grid_layout: ^1.0.0" to clipboard
flex_grid_layout: ^1.0.0 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.0

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
140
points
30
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flex_grid_layout