A new Flutter package for get all types of reports (pdf, xls, csv, doc, text, html).
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