velvet_framework 0.0.1-dev.23 velvet_framework: ^0.0.1-dev.23 copied to clipboard
A framework for building Flutter applications based on Riverpod and GoRouter.
0.0.1-dev.23 #
0.0.1-dev.21 #
- REFACTOR: remove all exports.dart and re-implement centrally in main lib entrypoint. (c1fbd634)
- REFACTOR: rename kernel_app_widget file. (164c6e67)
- REFACTOR: router now has its own default implementation to reduce boilerplate code in applications. (99327ee4)
- FIX: use container() util in Storable base class. (9db5d2dc)
- FEAT: add events in translation load from os and from store. (d04538ef)
- FEAT: re-work of create and retrive of container. (e12b59a6)
- FEAT: add error_handling config and renderable contract. (892c7c81)
- FEAT: check for navigatorKey in router in kernel_provider and add event_bus initialization. (a78734c7)
- FEAT: add event_bus. (f99ef57f)
0.0.1-dev.20 #
- REFACTOR: update exports. (7582556f)
- REFACTOR: wrap theme creation inside hooks. (d9cec3b1)
- REFACTOR: rename exceptions import. (3dff9e65)
- REFACTOR: ✏️ stackTrack to stackTrace. (3ebe69a2)
- FIX: prevent type error in translationLocaleFromStoreBootstrap. (9d4f6469)
- FIX: remove usage of deprecated
WidgetsBinding.instance.window.locale
. (770a1e14) - FEAT: add form_config_provider. (fd24eccc)
- FEAT: ✨ add ExceptionToMessageResolver and ExceptionToMessageResolverFactory. (538d6c66)
- DOCS: 📝 add some docs using copilot. (843b1974)
0.0.1-dev.18 #
- REVERT: remove TranslationItem and fix context usage for Localizations resolver. (0f7618d6)
0.0.1-dev.17 #
- REVERT: remove Config core interface. (134ecd8f)
- REFACTOR: method enum value. (001cfd7d)
- FIX: export also max_length_rule. (d3838400)
- FEAT: update entrypoint exports. (caa39012)
- FEAT: ExceptionMatcher now must return a TranslationItem instead of String. (6c834f59)
- FEAT: move form related hooks to form "module" and add validation logic with options. (bc8d41f7)
- FEAT: add Validator and base Rule class with some useful rules. (a567ef6f)
- FEAT: add TranslationItem. (52eea882)
- FEAT: add data_loader. (3ebbb4a6)
- DOCS: describe usePostBuildCallback. (da0b3654)
0.0.1-dev.16 #
0.0.1-dev.15 #
- FIX: remove meta from dependencies_overrides and downgrade analyzer to ^6.4.1. (15750a93)
0.0.1-dev.13 #
0.0.1-dev.12 #
- REFACTOR: rewrite exports using generate-index. (8f829d83)
- REFACTOR: remove dead import and regenerate router_provider. (e6434ec4)
- REFACTOR: now flutter_i18n load files from translation folder. (965bc9a8)
- FIX(translation): now use default from config. (164c9870)
- FEAT(translation): add boostrap function to load locale from store. (63f4c527)
- FEAT(translation): add LocaleStorable. (c0198a17)
- FEAT(translation): load locale from os (optionally, defined by config). (92c4d768)
0.0.1-dev.11 #
0.0.1-dev.10 #
0.0.1-dev.9 #
0.0.1-dev.7 #
0.0.1-dev.4 #
0.0.1-dev.3 #
0.0.1-dev.2 #
0.0.1-dev.1 #
- DOCS: clean CHANGELOG.md on each package.
- DOCS: add LICENSE file on each package.
0.0.1-dev.0 #
- FEAT: import and init packages development.