text_calculator 0.0.1 copy "text_calculator: ^0.0.1" to clipboard
text_calculator: ^0.0.1 copied to clipboard

You can calculate how many pages are needed before rendering the page. Additionally, it provides information about the coordinates and width-height of each word

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_calculator

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

dependencies:
  text_calculator: ^0.0.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:text_calculator/text_calculator.dart';
14
likes
120
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

You can calculate how many pages are needed before rendering the page. Additionally, it provides information about the coordinates and width-height of each word

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, freezed, freezed_annotation, palestine_console

More

Packages that depend on text_calculator