word_break_text 0.1.0 word_break_text: ^0.1.0 copied to clipboard
A Flutter Text widget support word break for CJK. Based on Wrap with Text widget
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.1.0
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';