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

A customizable and lightweight accordion widget for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add accordion_widget

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

dependencies:
  accordion_widget: ^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:accordion_widget/Accordion_Widget.dart';
import 'package:accordion_widget/main.dart';
2
likes
60
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and lightweight accordion widget for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_svg

More

Packages that depend on accordion_widget