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
encode
anddecode
methods forint
,double
andbool
- rename
encodeStringList
anddecodeStringList
toencodeStrings
anddecodeStrings
- significantly improve parsing performance
0.3.0 #
- make dart constraints less strict (requires only dart 2.12+)
- add
encodeMap
anddecodeMap
methods
0.2.1 #
- fix benchmark image url
0.2.0 #
- method signature changed from
List<List<Object?>>
toList<List<dynamic>>
- add
encodeStringList
anddecodeStringList
methods
0.1.0 #
- initial release