csv_reader 1.0.0 copy "csv_reader: ^1.0.0" to clipboard
csv_reader: ^1.0.0 copied to clipboard

outdated

An easy to implement csv reader

csv_reader #

A new flutter plugin project.

Getting Started #

CSV Reader makes reading CSV easier, Just use var myCSV = CSV('URL_TO_FILE_OR_RAW_TEXT'); then await myCSV.initFinished (if you want to await); You can access the columns count or rows count by .columnCount or .rowCount respectivly, You can get the data by .data You can get a specific cell by myCSV[1][0] and this returns row 2 intersecetion with column 1 (indices start with zero)

10
likes
0
pub points
40%
popularity

Publisher

unverified uploader

An easy to implement csv reader

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on csv_reader