animated_expand 1.0.1 copy "animated_expand: ^1.0.1" to clipboard
animated_expand: ^1.0.1 copied to clipboard

A customizable and animated expandable widget for Flutter. `AnimatedExpand` allows you to smoothly expand and collapse UI elements with animations. It supports both **vertical and horizontal** expansi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_expand

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

dependencies:
  animated_expand: ^1.0.1

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:animated_expand/animated_expand.dart';
2
likes
150
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and animated expandable widget for Flutter. `AnimatedExpand` allows you to smoothly expand and collapse UI elements with animations. It supports both **vertical and horizontal** expansion, custom controllers, and fine-tuned animation settings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_expand