architecture_template_v2 icon indicating copy to clipboard operation
architecture_template_v2 copied to clipboard

"Flutter Architecture Template v2"

Results 3 architecture_template_v2 issues
Sort by recently updated
recently updated
newest added

All box registers are registered as `CacheModel` type. So, multiple types are not allowed in this architecture. Following line is the point of this problem. https://github.com/VB10/architecture_template_v2/blob/cc030054db63cdc5e2abc9b4f9b76a40c508a362/module/core/lib/src/cache/hive/hive_cache_manager.dart#L19 My solution (is 3...

- Updated various package versions in pubspec.lock to their latest releases for improved functionality and security. - Added localization support in HomeAppBar and updated the supported locales in ProductLocalization. -...

Problem: While running the application, I encountered the following error: Unhandled Exception: type 'UserCacheModel' is not a subtype of type 'String' of 'key' Old Code: ``` @override void addAll(List items)...