cool_dropdown 2.0.0 copy "cool_dropdown: ^2.0.0" to clipboard
cool_dropdown: ^2.0.0 copied to clipboard

Customizable cool dropdown UI You can customize selected item, BoxDecoration of the dropdownBox, and dropdown input.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cool_dropdown

With Flutter:

 $ flutter pub add cool_dropdown

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

dependencies:
  cool_dropdown: ^2.0.0

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:cool_dropdown/cool_dropdown.dart';
177
likes
0
pub points
94%
popularity

Publisher

unverified uploader

Customizable cool dropdown UI You can customize selected item, BoxDecoration of the dropdownBox, and dropdown input.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cool_dropdown