parse_text 0.0.8 copy "parse_text: ^0.0.8" to clipboard
parse_text: ^0.0.8 copied to clipboard

A Package to Detect different pattern in text and display it in Text Widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add parse_text

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

dependencies:
  parse_text: ^0.0.8

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:parse_text/parse_text.dart';
8
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Package to Detect different pattern in text and display it in Text Widget.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http, url_launcher

More

Packages that depend on parse_text