searchable_textfeild 0.1.8
searchable_textfeild: ^0.1.8 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 Flutter:
$ flutter pub add searchable_textfeildThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
searchable_textfeild: ^0.1.8Alternatively, 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_textfeild/searchable_textfeild.dart';