full_width_dropdown_button 0.2.4
full_width_dropdown_button: ^0.2.4 copied to clipboard
A polished full-width Flutter dropdown with nested submenus, smart up/down overlay positioning, scroll following, hover states, and smooth animations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add full_width_dropdown_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
full_width_dropdown_button: ^0.2.4Alternatively, 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:full_width_dropdown_button/full_width_dropdown_button.dart';