tagflow 1.0.0-alpha.3 copy "tagflow: ^1.0.0-alpha.3" to clipboard
tagflow: ^1.0.0-alpha.3 copied to clipboard

Native rich content runtime for Flutter apps, with HTML support through a first-party adapter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tagflow

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

dependencies:
  tagflow: ^1.0.0-alpha.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:tagflow/tagflow.dart';
4
likes
150
points
325
downloads

Documentation

API reference

Publisher

verified publisherjha.sh

Weekly Downloads

Native rich content runtime for Flutter apps, with HTML support through a first-party adapter.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

collection, equatable, flutter, html, meta

More

Packages that depend on tagflow