smooth_dropdown 1.0.0
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_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smooth_dropdown: ^1.0.0Alternatively, 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';