velix 0.91.2
velix: ^0.91.2 copied to clipboard
flutter foundation library. This core library contains basic functionality, mainly the meta-data organization and its related code generator used by the different addons.
0.91.2 #
- FIX: all type registries are updated.
- FIX: lazy types work as expected.
- FIX: i18n must be listener.
- FEAT: added async value notifier.
- FEAT: TypeDescriptor lazy fix requiring api change.
- FEAT: different default function name.
- FEAT: less variable names.
- DOCS: changelogs.
0.92.0 #
- FEAT: new class type.
0.91.1 #
- FIX: Lazy type descriptors fix.
0.91.0 #
- FEAT: Lazy type descriptors.
0.90.1 #
- FIX: i18n fix.
- FEAT: examples.
- FEAT: new generator is active.
- DOCS: adjusted READMEs.
- FIX: new starting version 0.90.0 for velix.
- FIX: new starting version 0.90.0 for velix.
- FEAT: added command generator in the correct package.
0.90.0 #
- version renaming
0.9.3 #
- FEAT: moved the abstract translator concept to velix.
0.9.2 #
- FEAT: moved command generator.
0.8.0 #
- Initial version
0.9.0 #
- Fixed lint errors
0.10.0 #
- added documentation
0.11.0 #
- added documentation
- command argument are generated as meta-data
- commands fully support sync and async
- commands support icons
- busy cursor after 200ms
0.12.0 #
- more docs
0.13.0 #
- skipped, bad version number :-)
0.14.0 #
- finalized mapper
- added json mapper
0.14.1 #
- switched to analyzer 7.x
0.14.2 #
- switched to analyzer 8.x
0.14.3 #
- lint fixes
0.15.0 #
- added extension methods to the form mapper
- added a number of base widgets
- more sophisticated handling of form errors
- separated iOS and material widgets
0.15.1 #
- added test page for databinding
0.16.0 #
- proper i18n assets
0.16.1 #
- performance optimization mapper ( factor 4! )
- example app is a bit prettier
0.17.0 #
- added LRUCache
- added Tracer
- added own i18n solution
0.17.1 #
- docstrings
0.18.0 #
- added DI module
- added configuration mechanism
0.90.2 #
- generator enhancements