dropdown_button2 2.3.9 copy "dropdown_button2: ^2.3.9" to clipboard
dropdown_button2: ^2.3.9 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 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: ^2.3.9

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';
1426
likes
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on dropdown_button2