csv_picker_button library

Classes

CsvButton
This is a simple button to bu used to pick a csv file. use onStringReceived if you want to receive each line as a string or use onJsonReceived to receive it as a json if the CSV has titles
CsvConfiguration
Set the titles manually by passing a List

Enums

Separator
enum for separator value which are: coma: ',' semiColumn: ';' pipe: '|'