fixedwidth 0.3.1 copy "fixedwidth: ^0.3.1" to clipboard
fixedwidth: ^0.3.1 copied to clipboard

outdated

A library for working with fixed width files in dart. Easily turn data to and convert from properly formatted fixed width strings with readable layout definitions.

Changelog #

0.3.1 #

  • Changed pubspec sdk constraint to allow Dart 2

0.3.0 #

  • Added autoTruncate feature

    This helps in a scenario where you're storing data and you allow longer field values than the record you need to create. (i.e. format data for a third party service) Instead of always trimming your values for each field, you can just set autoTruncate = true on the record class and each field will be truncated down to the appropriate field record length.

0.2.0 #

  • Added ImpliedDecimalField
  • Added SignedImpliedDecimalField
  • Added RecordField
  • Added ListField
  • Breaking Change: Record.length is now a getter, not a method

0.1.0 #

  • Initial version.

    Contains StringField, IntegerField, DecimalField, DateTimeField, BooleanField, and NullBooleanField

0.0.1 #

  • placeholder to reserve pub.dartlang.org name
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A library for working with fixed width files in dart. Easily turn data to and convert from properly formatted fixed width strings with readable layout definitions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl

More

Packages that depend on fixedwidth