document_measure 0.0.1+2 copy "document_measure: ^0.0.1+2" to clipboard
document_measure: ^0.0.1+2 copied to clipboard

This package lets you measure distances in documents. The main use will probabily be technical documents and floorplans, but you are welcome to experiment with it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add document_measure

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

dependencies:
  document_measure: ^0.0.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:document_measure/document_measure.dart';
12
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This package lets you measure distances in documents. The main use will probabily be technical documents and floorplans, but you are welcome to experiment with it.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

equatable, flutter, flutter_bloc, get_it, path_provider, rxdart

More

Packages that depend on document_measure