dynamic_height_list_view 0.0.2 copy "dynamic_height_list_view: ^0.0.2" to clipboard
dynamic_height_list_view: ^0.0.2 copied to clipboard

A Flutter package enabling dynamic height ListView and GridView layouts, perfect for responsive and adaptive interfaces with content of varying sizes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_height_list_view

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

dependencies:
  dynamic_height_list_view: ^0.0.2

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_height_list_view/dynamic_height_view.dart';
24
likes
150
points
503
downloads
screenshot

Publisher

verified publisheryudiz.com

Weekly Downloads

A Flutter package enabling dynamic height ListView and GridView layouts, perfect for responsive and adaptive interfaces with content of varying sizes.

Repository (GitHub)
View/report issues

Topics

#dynamic-height-listview #dynamic-height-gridview #without-height-grid-view #without-height-list-view #responsive-ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dynamic_height_list_view