serial_csv 0.5.1 copy "serial_csv: ^0.5.1" to clipboard
serial_csv: ^0.5.1 copied to clipboard

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

0.5.1 #

  • fix: decodeFlexible for strings starting with a number

0.5.0 #

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
5
likes
160
points
3.06k
downloads

Publisher

verified publishertienisto.com

Weekly Downloads

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

Repository

Topics

#csv #serialization #deserialization #encode #decode

Documentation

API reference

License

MIT (license)

More

Packages that depend on serial_csv