cool_bedrock 1.0.0
cool_bedrock: ^1.0.0 copied to clipboard
A bedrock package providing the blueprints and abstract definitions necessary to build a scalable and maintainable Dart/Flutter application.
1.0.0 2025-12-2 #
- Initial version.
Added #
- Entity abstract
- Params abstract
- Case, Usecase, UsecaseHandle, OneWayUseCase, OneWayFailureUseCase abstract
- Issue, Failure, RepositoryError, DataSourceException, UsecaseException added
- Service added
- Codable abstract and implementations
- Observer abstract for classes added