searchable_dropdown_widget 0.3.0 copy "searchable_dropdown_widget: ^0.3.0" to clipboard
searchable_dropdown_widget: ^0.3.0 copied to clipboard

A Flutter package that provides customizable searchable dropdown widgets with filtering capabilities. Perfect for selecting items from large lists with search functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add searchable_dropdown_widget

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

dependencies:
  searchable_dropdown_widget: ^0.3.0

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:searchable_dropdown_widget/searchable/search_result.dart';
import 'package:searchable_dropdown_widget/searchable/searchable_dropdown.dart';
import 'package:searchable_dropdown_widget/searchable/searchable_text_form_field.dart';
import 'package:searchable_dropdown_widget/searchable_dropdown.dart';
import 'package:searchable_dropdown_widget/utils/common.dart';
3
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides customizable searchable dropdown widgets with filtering capabilities. Perfect for selecting items from large lists with search functionality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on searchable_dropdown_widget