simple_ruler_picker 0.1.1 copy "simple_ruler_picker: ^0.1.1" to clipboard
simple_ruler_picker: ^0.1.1 copied to clipboard

A simple and customizable ruler picker widget for Flutter that enables users to pick values by scrolling through a ruler-like interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_ruler_picker

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

dependencies:
  simple_ruler_picker: ^0.1.1

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:simple_ruler_picker/simple_ruler_picker.dart';
8
likes
160
points
209
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and customizable ruler picker widget for Flutter that enables users to pick values by scrolling through a ruler-like interface.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_ruler_picker