linked_text_splitter 0.0.3 copy "linked_text_splitter: ^0.0.3" to clipboard
linked_text_splitter: ^0.0.3 copied to clipboard

Convert text containing hyperlinks, etc., into a "TextSpan" list. It supports hyperlinks, @ marks, and hashtags like Twitter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add linked_text_splitter

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

dependencies:
  linked_text_splitter: ^0.0.3

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:linked_text_splitter/linked_text_splitter.dart';
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Convert text containing hyperlinks, etc., into a "TextSpan" list. It supports hyperlinks, @ marks, and hashtags like Twitter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on linked_text_splitter