searchable_dropdown_widget 0.3.0
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_widgetThis 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.0Alternatively, 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';