ColumnListView

clistview 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:
  clistview: latest_version

Libraries

clistview