dropdown_select 1.2.3 copy "dropdown_select: ^1.2.3" to clipboard
dropdown_select: ^1.2.3 copied to clipboard

A Flutter dropdown widget with Material Design styling, supporting single/multi-select options and tooltips for enhanced usability.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_select

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

dependencies:
  dropdown_select: ^1.2.3

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_select/dropdown_select.dart';
0
likes
145
points
137
downloads

Publisher

verified publishersiamahnaf.com

Weekly Downloads

A Flutter dropdown widget with Material Design styling, supporting single/multi-select options and tooltips for enhanced usability.

Repository (GitHub)
View/report issues

License

(pending) (license)

Dependencies

collection, equatable, flutter

More

Packages that depend on dropdown_select