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

Smooth-motion dropdown widgets for Flutter: an expansion tile that reveals any content and a typed select. All open and close motion runs on the render layer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smooth_dropdown

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

dependencies:
  smooth_dropdown: ^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:smooth_dropdown/smooth_dropdown.dart';
4
likes
160
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Smooth-motion dropdown widgets for Flutter: an expansion tile that reveals any content and a typed select. All open and close motion runs on the render layer.

Repository (GitHub)
View/report issues

Topics

#dropdown #animation #motion #ui #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smooth_dropdown