Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 430 Bytes

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