brick_build 0.0.6
brick_build: ^0.0.6 copied to clipboard
Code generation library and interface for Brick components
Unreleased #
0.0.6 #
- Rename
ProviderSerializabletoProviderSerializableGeneratorto be more explicit - Rename
SharedChecker#mapArgstoSharedChecker#typeArguments
0.0.4 #
- Update for new brick_core API on
Where - Move shareable methods from
OfflineFirstSerdesGeneratortoSerdesGenerator - Constrain version of brick_core
- Split code to separate projects:
rest_serdesto brick_rest_generators,sqlite_serdesand subsequent SQLite builders to brick_sqlite_generators, and all OfflineFirst-specific logic to brick_offline_first_with_rest_build. testing.dartis available for useful testing methods- This package is now a series of utilities and interfaces; it no longer produces generated code.
0.0.3 #
- Use
ConnectOfflineFirstWithRest
0.0.2 #
- Uses
getDisplayStringinstead of deprecatedname - Fix linter hints