form_searchable_dropdown 1.0.2 copy "form_searchable_dropdown: ^1.0.2" to clipboard
form_searchable_dropdown: ^1.0.2 copied to clipboard

A customizable Flutter package with searchable dropdowns, filtering, and styling, ideal for intuitive transactional data selection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_searchable_dropdown

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

dependencies:
  form_searchable_dropdown: ^1.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:form_searchable_dropdown/form_searchable_dropdown.dart';
2
likes
140
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter package with searchable dropdowns, filtering, and styling, ideal for intuitive transactional data selection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on form_searchable_dropdown