justify_text 0.1.0 copy "justify_text: ^0.1.0" to clipboard
justify_text: ^0.1.0 copied to clipboard

Returns a list of strings with *exactly* n width length (using monospaced fonts).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add justify_text

With Flutter:

 $ flutter pub add justify_text

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

dependencies:
  justify_text: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:justify_text/justify_text.dart';
1
likes
130
pub points
29%
popularity

Publisher

unverified uploader

Returns a list of strings with *exactly* n width length (using monospaced fonts).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

textwrap

More

Packages that depend on justify_text