app_select_fields 0.0.4
app_select_fields: ^0.0.4 copied to clipboard
Material 3 single- and multi-select form fields for Flutter. Opens a draggable bottom sheet with search and lazy pagination — themeable, form-integrated, no extra dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_select_fieldsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
app_select_fields: ^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:app_select_fields/app_select_fields.dart';