searchable_dropdown_widget 0.1.0 copy "searchable_dropdown_widget: ^0.1.0" to clipboard
searchable_dropdown_widget: ^0.1.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 Dart:

 $ dart pub add searchable_dropdown_widget

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 dart pub get):

dependencies:
  searchable_dropdown_widget: ^0.1.0

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: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
0
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.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on searchable_dropdown_widget