selector_wheel 1.0.3 copy "selector_wheel: ^1.0.3" to clipboard
selector_wheel: ^1.0.3 copied to clipboard

A Flutter package for creating a customizable value selector wheel.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add selector_wheel

With Flutter:

 $ flutter pub add selector_wheel

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

dependencies:
  selector_wheel: ^1.0.3

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

Publisher

unverified uploader

A Flutter package for creating a customizable value selector wheel.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build_runner, flutter, freezed, freezed_annotation

More

Packages that depend on selector_wheel