ll_dropdown_menu 0.3.0
ll_dropdown_menu: ^0.3.0 copied to clipboard
Powerful and customizable drop-down menu component for Flutter. It supports multi-level menus, and you can customize the style.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ll_dropdown_menuThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ll_dropdown_menu: ^0.3.0Alternatively, 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:ll_dropdown_menu/ll_dropdown_menu.dart';