searchable_textfeild 0.1.6
searchable_textfeild: ^0.1.6 copied to clipboard
A simple textfeild which can be used to search the data in the list or can be used as simple dropdown widget
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add searchable_textfeildWith Flutter:
$ flutter pub add searchable_textfeildThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
searchable_textfeild: ^0.1.6Alternatively, 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_textfeild/searchable_textfeild.dart';