select_text_field 0.0.4
select_text_field: ^0.0.4 copied to clipboard
SelectTextField is a Flutter package that provides a customizable text field widget with a dropdown icon. It allows users to select options from a modal bottom sheet, providing a convenient and intuit [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add select_text_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
select_text_field: ^0.0.4Alternatively, 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:select_text_field/select_text_field.dart';