single_option_picker 1.0.1+2 copy "single_option_picker: ^1.0.1+2" to clipboard
single_option_picker: ^1.0.1+2 copied to clipboard

SingleOptionPicker is a widget to easily manage especially forms that have a single choice picker. Things like locale, configs are great examples.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add single_option_picker

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

dependencies:
  single_option_picker: ^1.0.1+2

Alternatively, 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:single_option_picker/single_option_picker.dart';
4
likes
140
pub points
49%
popularity

Publisher

verified publisherrodrigobastos.dev

SingleOptionPicker is a widget to easily manage especially forms that have a single choice picker. Things like locale, configs are great examples.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on single_option_picker