Skip to content

Releases: navibyte/dataflow

Stable release 1.0.0

17 Aug 20:28
Compare
Choose a tag to compare

Release version 0.8.0

BETA-version 0.7.0 with data object and array implementations refactored

10 Aug 17:56
Compare
Choose a tag to compare

BETA-version 0.6.0 with lint rules updated, repository changes and other refactoring

25 Apr 10:19
Compare
Choose a tag to compare
  • This new GitHub repository named dataflow created
  • Lint rules and analysis options updated
  • Also implicit-casts and implicit-dynamic set to false requiring code changes
  • New features on attributes:
    • refactored value accessors and mixins
    • PropertyMap (type and null safe access to Map<String, dynamic data) enchanced
    • PropertyList (type and null safe access to List<dynamic data) introduced