dropdown_button3 3.0.0 copy "dropdown_button3: ^3.0.0" to clipboard
dropdown_button3: ^3.0.0 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_button3

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

dependencies:
  dropdown_button3: ^3.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:dropdown_button3/dropdown_button3.dart';
6
likes
90
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

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_button3