reporter 0.1.0+1 copy "reporter: ^0.1.0+1" to clipboard
reporter: ^0.1.0+1 copied to clipboard

A package that helps prepare tabular reports.

Reporter #

Pub Version GitHub last commit on main

A standard for generating reports in pure dart.

Note: Currently only supports tabular reports.

Features #

  • Build tabular reports with ease.
  • Handles column nesting (colspan).
  • Handles row nesting (rowspan).
  • Full customizable.
  • Language independent, can be adapted for Excel, Html, Pdf, Markdown, txt, etc ...
  • Surprisingly easy to use.

Getting started #

  1. Depend on the reporter package dart pub add reporter
  2. Optionally depend on other specific generators like reporter_html, reporter_syncfusion_flutter_xlsio, etc...
  3. Use TabularReporter.calculateCells to calculate the body cells from rows and columns.
  4. Use TabularReporter.calculateHeaderCells to calculate the header cells from columns.
2
likes
0
pub points
33%
popularity

Publisher

verified publisherbdaya-dev.com

A package that helps prepare tabular reports.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection

More

Packages that depend on reporter