wise_text 1.0.0 copy "wise_text: ^1.0.0" to clipboard
wise_text: ^1.0.0 copied to clipboard

PlatformAndroidiOS
unlisted

Text widget with auto classification and rich text support using styled_text. Using NSDataDetector on iOS and TextClassifier on Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wise_text

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

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Text widget with auto classification and rich text support using styled_text. Using NSDataDetector on iOS and TextClassifier on Android

Repository (GitHub)

License

MIT (license)

Dependencies

ffi, flutter, jni, jni_flutter, objective_c, styled_text

More

Packages that depend on wise_text

Packages that implement wise_text