easy_attribution_text 1.1.1
easy_attribution_text: ^1.1.1 copied to clipboard
Easily add metadata attributes to your text and modify your fragments
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_attribution_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_attribution_text: ^1.1.1Alternatively, 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:easy_attribution_text/attributes.dart';
import 'package:easy_attribution_text/easy_text.dart';