rulers 1.0.7 copy "rulers: ^1.0.7" to clipboard
rulers: ^1.0.7 copied to clipboard

A Flutter Widget to show Ruler with selected values.Rulers like UI to show measurement or selection within some range.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rulers

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

dependencies:
  rulers: ^1.0.7

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:rulers/rulers.dart';
20
likes
120
pub points
79%
popularity

Publisher

verified publishernavoki.com

A Flutter Widget to show Ruler with selected values.Rulers like UI to show measurement or selection within some range.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on rulers