ll_dropdown_menu 0.8.3 copy "ll_dropdown_menu: ^0.8.3" to clipboard
ll_dropdown_menu: ^0.8.3 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.3

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';
22
likes
150
points
89
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ll_dropdown_menu