brick_offline_first_build 3.3.0 brick_offline_first_build: ^3.3.0 copied to clipboard
Code generation library for the Brick Offline First Domain
Unreleased #
3.3.0 #
- Upgrade
brick_core
to1.3.0
- Update analysis to modern lints
3.2.1 #
- (test) remove analysis options override for non-standard library prefixes
- Revert
.getDisplayString()
change due to Flutter 3.22 being restricted to analyzer <6.4.1.meta
is pinned to1.12
in this version of Flutter, andanalyzer >=6.5.0
, where the change was made, requiresmeta >= 1.15
. This change will eventually be re-reverted.
3.2.0 #
- Update
analyzer
constraints to>=6.0.0 <7.0.0
- Format CHANGELOG.md
3.1.0 #
- Apply standardized lints
- Support using
OfflineFirstSerdes
as a unique field in SQLite
3.0.1 #
- Support Dart 3
3.0.0 #
- Remove
brick_sqlite_abstract
- Remove
brick_offline_first_abstract
- Update imports from
_abstract
packages - Support
applyToRemoteDeserialization
andfieldsToOfflineFirstRuntimeDefinition
- Update minimum
analyzer
constraint to5.0.0
2.1.1 #
- Respect enum
from<Provider>
constructors andto<Provider>
methods
2.1.0 #
- Upgrade analyzer to version 4
2.0.1 #
- Import
DatabaseExecutor
fromsqflite_common
instead ofsqflite
to avoid the Flutter dependency - Loosen dependency restrictions to major versions
2.0.0 #
- Include release candidates of build dependencies
1.1.0 #
- Upgrade
analyzer
dependency to3.2.0
- Bump
brick_rest_generators
andbrick_sqlite_generators
to1.3.0
1.0.1 #
- Loosen pubspec restrictions
1.0.0+2 #
- Permit v1 and v2 of
brick_offline_first_abstract
1.0.0+1 #
- Add JSON generators and
brick_rest_generators
dependency
1.0.0 #
- Initial