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
130
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on linked_text_splitter