tagflow_table 0.0.3 copy "tagflow_table: ^0.0.3" to clipboard
tagflow_table: ^0.0.3 copied to clipboard

A pluggable package for tagflow to add support for advanced HTML tables.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tagflow_table
copied to clipboard

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

dependencies:
  tagflow_table: ^0.0.3
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:tagflow_table/tagflow_table.dart';
copied to clipboard
1
likes
140
points
43
downloads

Publisher

verified publisheraryak.dev

Weekly Downloads

2024.09.23 - 2025.04.07

A pluggable package for tagflow to add support for advanced HTML tables.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, tagflow

More

Packages that depend on tagflow_table