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

outdated

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 Flutter:

 $ flutter pub add dropdown_button2

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

dependencies:
  dropdown_button2: ^1.2.4

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:dropdown_button2/dropdown_button2.dart';
1448
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