dropdown_button2 1.5.3 copy "dropdown_button2: ^1.5.3" to clipboard
dropdown_button2: ^1.5.3 copied to clipboard

Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dropdown_button2

With Flutter:

 $ flutter pub add dropdown_button2

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

dependencies:
  dropdown_button2: ^1.5.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dropdown_button2/dropdown_button2.dart';
1449
likes
0
pub points
100%
popularity

Publisher

unverified uploader

Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dropdown_button2