serial_csv 0.4.0 copy "serial_csv: ^0.4.0" to clipboard
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 and decode methods for int, double and bool
  • rename encodeStringList and decodeStringList to encodeStrings and decodeStrings
  • significantly improve parsing performance

0.3.0 #

  • make dart constraints less strict (requires only dart 2.12+)
  • add encodeMap and decodeMap methods

0.2.1 #

  • fix benchmark image url

0.2.0 #

  • method signature changed from List<List<Object?>> to List<List<dynamic>>
  • add encodeStringList and decodeStringList methods

0.1.0 #

  • initial release
3
likes
140
pub points
49%
popularity

Publisher

verified publishertienisto.com

High performance CSV encoder and decoder with retained types and nullability.

Repository (GitHub)
View/report issues

Topics

#csv #serialization #deserialization #encode #decode

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on serial_csv