velix 0.9.3
velix: ^0.9.3 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.
Introduction #
Velix is Dart/Flutter library implementing some of the core parts required in every Flutter application:
- type meta data
- specification and validation of type constraints
- general purpose mapping framework
- json mapper
- model-based two-way form data-binding
- i18n
- dependency injection container
- command pattern for ui actions
Check out some articles on Medium:
Detailed information can be found in the corresponding Wiki.
The library has been split into multiple packages:
Installation #
All libraries is published on pub.dev