csv_picker_button 0.0.7
csv_picker_button: ^0.0.7 copied to clipboard
A TextButton that will open a file picker and parse the CSV.
0.0.7 25.04.2021. #
- Adding handler Version, thanks to @detlefvolmer
0.0.6 06.04.2021. #
- Fixing CHANGLOG markdown
0.0.5 06.04.2021. #
- Fixing typos
Breaking changes:
- Separator.coma => Separator.comma
- Separator.semiColumn => Sepatator.semicolon
0.0.4 06.04.2021. #
- Fix issue #1, missing delimiter string in csvConvert(). Also fixing mobile platform filePicker by adding FileType.custom
0.0.3 13.03.2021. #
- Updating csv dependencie to release version 5.0.0 and plugin version to release 0.0.3
0.0.3-nullsafety.0 13.03.2021. #
- Updating README.md and version
0.0.2-nullsafety.0 13.03.2021. #
- Updating homepage url and version
0.0.1-nullsafety.0 13.03.2021. #
- Using csv 5.0.0-nullsafety.0 so the package has to have a suffix to be published as preview
0.0.1 13.03.2021. #
- Initial Package