word_break_text 0.1.0 copy "word_break_text: ^0.1.0" to clipboard
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';
16
likes
150
pub points
85%
popularity

Publisher

unverified uploader

A Flutter Text widget support word break for CJK. Based on Wrap with Text widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on word_break_text