basic_selector 0.0.2 copy "basic_selector: ^0.0.2" to clipboard
basic_selector: ^0.0.2 copied to clipboard

Basic Selector is a Flutter package that creates a widget to select a value from a wheeled like picker.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basic_selector

With Flutter:

 $ flutter pub add basic_selector

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

dependencies:
  basic_selector: ^0.0.2

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:basic_selector/basic_selector.dart';
0
likes
0
pub points
25%
popularity

Publisher

verified publishermalvioapps.com

Basic Selector is a Flutter package that creates a widget to select a value from a wheeled like picker.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

animations, flutter

More

Packages that depend on basic_selector