select_widget 1.0.2 copy "select_widget: ^1.0.2" to clipboard
select_widget: ^1.0.2 copied to clipboard

Flutter package allow user to select between tow values

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add select_widget

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

dependencies:
  select_widget: ^1.0.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:select_widget/select_widget.dart';
3
likes
120
pub points
18%
popularity

Publisher

unverified uploader

Flutter package allow user to select between tow values

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on select_widget