serial_csv 0.4.0
serial_csv: ^0.4.0 copied to clipboard
High performance CSV encoder and decoder with retained types and nullability.
0.4.0 #
- add specialized
encodeanddecodemethods forint,doubleandbool - rename
encodeStringListanddecodeStringListtoencodeStringsanddecodeStrings - significantly improve parsing performance
0.3.0 #
- make dart constraints less strict (requires only dart 2.12+)
- add
encodeMapanddecodeMapmethods
0.2.1 #
- fix benchmark image url
0.2.0 #
- method signature changed from
List<List<Object?>>toList<List<dynamic>> - add
encodeStringListanddecodeStringListmethods
0.1.0 #
- initial release