auto_height_grid_view 1.0.0 copy "auto_height_grid_view: ^1.0.0" to clipboard
auto_height_grid_view: ^1.0.0 copied to clipboard

This package provides a customizable, responsive grid view widget for building dynamic layouts with variable height items. It automatically adjusts the height of each grid item based on its content.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_height_grid_view
copied to clipboard

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

dependencies:
  auto_height_grid_view: ^1.0.0
copied to clipboard

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:auto_height_grid_view/auto_height_grid_view.dart';
copied to clipboard
34
likes
140
points
3.06k
downloads

Publisher

verified publisherby3kdeveloper.blogspot.com

Weekly Downloads

2024.10.07 - 2025.04.21

This package provides a customizable, responsive grid view widget for building dynamic layouts with variable height items. It automatically adjusts the height of each grid item based on its content.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_height_grid_view