collapsebox 1.0.0 copy "collapsebox: ^1.0.0" to clipboard
collapsebox: ^1.0.0 copied to clipboard

An collapsebox widget provides two modes of collapse and expand, using provider components to support widget state change when click.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add collapsebox

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

dependencies:
  collapsebox: ^1.0.0

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:collapsebox/collapsebox.dart';
1
likes
40
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

An collapsebox widget provides two modes of collapse and expand, using provider components to support widget state change when click.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on collapsebox