smart_grid_view 0.2.1 copy "smart_grid_view: ^0.2.1" to clipboard
smart_grid_view: ^0.2.1 copied to clipboard

A responsive grid view that changes it's cross axis child count based on the available horizontal size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_grid_view

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

dependencies:
  smart_grid_view: ^0.2.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:smart_grid_view/smart_grid_view.dart';
16
likes
30
pub points
26%
popularity

Publisher

unverified uploader

A responsive grid view that changes it's cross axis child count based on the available horizontal size.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on smart_grid_view