rulers 1.0.6 copy "rulers: ^1.0.6" to clipboard
rulers: ^1.0.6 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.6

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';
22
likes
130
points
97
downloads

Publisher

verified publishernavoki.com

Weekly Downloads

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on rulers