flutter_report_arche 1.0.2 flutter_report_arche: ^1.0.2 copied to clipboard
A new Flutter package for get all types of reports (pdf, xls, csv, doc, text, html).
flutter report arche #
A new Flutter package for get all types of reports (pdf, xls, csv, doc, text, html).
Getting Started #
First you need a token from Arche service
You have to send the information and the structure of the report
new ReportService("arche-token").downloadReport(data, "my-report.pdf", true);
You can check the doc in Arche doc