flutter_dropdown_button 4.1.0 copy "flutter_dropdown_button: ^4.1.0" to clipboard
flutter_dropdown_button: ^4.1.0 copied to clipboard

A highly customizable dropdown widget with overlay-based rendering, smart positioning, search, tooltips, and full control over appearance.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_dropdown_button

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

dependencies:
  flutter_dropdown_button: ^4.1.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:flutter_dropdown_button/flutter_dropdown_button.dart';
3
likes
160
points
920
downloads

Documentation

API reference

Publisher

verified publisherkihyun1998.com

Weekly Downloads

A highly customizable dropdown widget with overlay-based rendering, smart positioning, search, tooltips, and full control over appearance.

Repository (GitHub)
View/report issues

Topics

#dropdown #widget #overlay #animation #button

License

MIT (license)

Dependencies

flutter, flutter_checkbox

More

Packages that depend on flutter_dropdown_button