flutter_text_anchor 0.0.1 copy "flutter_text_anchor: ^0.0.1" to clipboard
flutter_text_anchor: ^0.0.1 copied to clipboard

A flutter package that helps in creating an anchored text. Widget provides freedom to attach multiple link in a text.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_text_anchor

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

dependencies:
  flutter_text_anchor: ^0.0.1

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:flutter_text_anchor/flutter_text_anchor.dart';
4
likes
40
pub points
57%
popularity

Publisher

unverified uploader

A flutter package that helps in creating an anchored text. Widget provides freedom to attach multiple link in a text.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_text_anchor