flutter_drop_down_menu 0.0.2 copy "flutter_drop_down_menu: ^0.0.2" to clipboard
flutter_drop_down_menu: ^0.0.2 copied to clipboard

outdated

A flutter dropdown widget

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_drop_down_menu

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

dependencies:
  flutter_drop_down_menu: ^0.0.2

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_drop_down_menu/DropDownListView/drop_down_list_item.dart';
import 'package:flutter_drop_down_menu/DropDownListView/drop_down_list_view.dart';
import 'package:flutter_drop_down_menu/DropDownListView/drop_down_overlay.dart';
import 'package:flutter_drop_down_menu/flutter_drop_down.dart';
2
likes
25
points
25
downloads

Publisher

verified publisherquan.bytete.com

Weekly Downloads

A flutter dropdown widget

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on flutter_drop_down_menu