Expandable Container

Expandable Container is a Flutter package that provides an easy-to-use widget for expanding and collapsing containers with smooth animations. Ideal for creating dynamic UI components that expand or collapse based on user interaction.

Features

Expand and collapse containers with animation Customizable duration and animation curve Supports different child widgets and content Lightweight and simple to integrate Installation

Add the following line to your pubspec.yaml under dependencies:

dependencies: expandable_container: ^1.0.0

Then, run the command: flutter pub get