select_field 0.1.1 copy "select_field: ^0.1.1" to clipboard
select_field: ^0.1.1 copied to clipboard

Simple, easy and highly customizable input field for creating a dropdown list of selectable options.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add select_field

With Flutter:

 $ flutter pub add select_field

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  select_field: ^0.1.1

Alternatively, 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:select_field/select_field.dart';
5
likes
0
pub points
75%
popularity

Publisher

unverified uploader

Simple, easy and highly customizable input field for creating a dropdown list of selectable options.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on select_field