ll_dropdown_menu 0.8.4 copy "ll_dropdown_menu: ^0.8.4" to clipboard
ll_dropdown_menu: ^0.8.4 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_menu

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

dependencies:
  ll_dropdown_menu: ^0.8.4

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:ll_dropdown_menu/ll_dropdown_menu.dart';
23
likes
150
points
1.01k
downloads

Publisher

unverified uploader

Weekly Downloads

Powerful and customizable drop-down menu component for Flutter. It supports multi-level menus, and you can customize the style.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ll_dropdown_menu