ff_drop_down_list 0.0.3 copy "ff_drop_down_list: ^0.0.3" to clipboard
ff_drop_down_list: ^0.0.3 copied to clipboard

A customizable dropdown widget supporting single/multiple selection, integrated search in a bottom sheet, generic support for flexible, type-safe handling of custom data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ff_drop_down_list

With Flutter:

 $ flutter pub add ff_drop_down_list

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

dependencies:
  ff_drop_down_list: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ff_drop_down_list/ff_drop_down_list.dart';
2
likes
0
points
337
downloads

Publisher

verified publisherandrewmast.com

Weekly Downloads

A customizable dropdown widget supporting single/multiple selection, integrated search in a bottom sheet, generic support for flexible, type-safe handling of custom data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ff_drop_down_list