matrix_link_text 0.4.0 copy "matrix_link_text: ^0.4.0" to clipboard
matrix_link_text: ^0.4.0 copied to clipboard

outdated

Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links. Allows for custom styling. Supports matrix identifiers

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add matrix_link_text
copied to clipboard

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

dependencies:
  matrix_link_text: ^0.4.0
copied to clipboard

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:matrix_link_text/link_text.dart';
import 'package:matrix_link_text/schemes.dart';
import 'package:matrix_link_text/tlds.dart';
copied to clipboard
3
likes
0
points
1.15k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.25 - 2025.01.07

Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links. Allows for custom styling. Supports matrix identifiers

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, url_launcher

More

Packages that depend on matrix_link_text