cloud_syncable_code_gen 0.0.2
cloud_syncable_code_gen: ^0.0.2 copied to clipboard
A code generator for the cloud_syncable framework. Automates creation of models, repositories, and services for data synchronization.
0.0.1 #
- Initial release of the
cloud_syncable_code_gen
package. - Provides code generation capabilities for the
cloud_syncable
framework. - Generates models, repositories, BLoCs, and sync services from YAML definitions.
- Depends on
cloud_syncable
version^0.0.1
(or your published version).
0.0.2 #
- Fixed the issue with the
local_repository_generator.dart
file.