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

A Flutter Text widget support word break for CJK

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add word_break_text

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

dependencies:
  word_break_text: ^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:word_break_text/word_break_text.dart';
16
likes
140
pub points
85%
popularity

Publisher

unverified uploader

A Flutter Text widget support word break for CJK

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on word_break_text