mosaic 1.0.4
mosaic: ^1.0.4 copied to clipboard
Mosaic is a modular architecture for Flutter that enables clean separation of features using dynamic modules, internal events, UI injection, and centralized builds
1.0.0 #
- Initial version.
0.2.0 #
- Introduced Mosaic CLI.
- Created IMC (Inter Module Communication)
- Removed unused fields.
- Created yaml_encoding to encode json into yaml files
0.2.1 #
- Added support for initialize only actives module
- Commented topological sort
0.2.2 #
- Fixed topological sort
- Fixed sync command
0.2.3 #
- Router fix
0.2.4 #
- Router pop generic type
1.0.1 #
- Fixed argument parsing for profile's commands
1.0.2 #
- Grouped singletons in all one container (also DI container)
1.0.3 #
- Added mosaic service mixin
1.0.4 #
- Added walk command in the CLI
- Deleted debug print