flex_grid_view 0.1.0 copy "flex_grid_view: ^0.1.0" to clipboard
flex_grid_view: ^0.1.0 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

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';
3
likes
160
points
21
downloads

Publisher

verified publisherxdsahil.dev

Weekly Downloads

A Flutter package that provides a flexible grid widget that arranges its children based on a provided pattern.

Repository (GitHub)
View/report issues

Topics

#grid #flex #flexible-grid #flex-grid #flutter-grid

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flex_grid_view