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

Flutter library to use GridView inside SingleChildScrollView without fixed height (i.e., using dynamic height based on elements).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_grid_view

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

dependencies:
  dynamic_grid_view: ^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:dynamic_grid_view/dynamic_grid_view.dart';
5
likes
150
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter library to use GridView inside SingleChildScrollView without fixed height (i.e., using dynamic height based on elements).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dynamic_grid_view