gridify 0.0.1 copy "gridify: ^0.0.1" to clipboard
gridify: ^0.0.1 copied to clipboard

A Flutter package that simplifies creating dynamic height grid views with flexible child widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gridify

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

dependencies:
  gridify: ^0.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:gridify/gridify.dart';
1
likes
120
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that simplifies creating dynamic height grid views with flexible child widgets.

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gridify