flutter_hyphenation 1.0.1 copy "flutter_hyphenation: ^1.0.1" to clipboard
flutter_hyphenation: ^1.0.1 copied to clipboard

HyphenText, a drop-in replacement for Flutter's Text that hyphenates long words correctly using TeX hyphenation patterns.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_hyphenation

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

dependencies:
  flutter_hyphenation: ^1.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:flutter_hyphenation/flutter_hyphenation.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publisherarxdeus.dev

Weekly Downloads

HyphenText, a drop-in replacement for Flutter's Text that hyphenates long words correctly using TeX hyphenation patterns.

Homepage
Repository (GitHub)
View/report issues

Topics

#text #typography #hyphenation

License

MIT (license)

Dependencies

flutter, hyphenation

More

Packages that depend on flutter_hyphenation