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

Listview.builder for use inside Column

ColumnListView #

column_list_view is a Flutter package that allows embedding a ListView.builder inside a Column without rendering issues.

Features #

  • Automatically adjusts height to avoid RenderFlex issues.
  • Provides smooth scrolling inside a column.
  • Easy to integrate with existing Flutter widgets.

Installation #

Add this to your pubspec.yaml:

dependencies:
  column_list_view: latest_version
0
likes
100
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Listview.builder for use inside Column

License

MIT (license)

Dependencies

flutter, flutter_lints

More

Packages that depend on clistview