selector_wheel 1.1.2 copy "selector_wheel: ^1.1.2" to clipboard
selector_wheel: ^1.1.2 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 Flutter:

 $ flutter pub add selector_wheel

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

dependencies:
  selector_wheel: ^1.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:selector_wheel/selector_wheel.dart';
23
likes
140
pub points
82%
popularity
screenshot

Publisher

unverified uploader

A Flutter package for creating a customizable value selector wheel.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

build_runner, flutter, freezed, freezed_annotation

More

Packages that depend on selector_wheel