brick_offline_first_build 4.1.0
brick_offline_first_build: ^4.1.0 copied to clipboard
Code generation library for the Brick Offline First Domain
4.1.0 #
- Support
analyzer>=8.0.0 <10.0.0 - Support
build>=3.0.0 <5.0.0 - Support
source_gen>=3.0.0 <5.0.0
4.0.0 #
- Dart minimum SDK is updated to
3.4.0 - All dependency restrictions are updated to include the minimum released version.
- Update
analyzerconstraint to>=6.11.0 <7.0.0
3.3.0 #
- Upgrade
brick_coreto1.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.metais pinned to1.12in 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
analyzerconstraints to>=6.0.0 <7.0.0 - Format CHANGELOG.md
3.1.0 #
- Apply standardized lints
- Support using
OfflineFirstSerdesas 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
_abstractpackages - Support
applyToRemoteDeserializationandfieldsToOfflineFirstRuntimeDefinition - Update minimum
analyzerconstraint 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
DatabaseExecutorfromsqflite_commoninstead ofsqfliteto avoid the Flutter dependency - Loosen dependency restrictions to major versions
2.0.0 #
- Include release candidates of build dependencies
1.1.0 #
- Upgrade
analyzerdependency to3.2.0 - Bump
brick_rest_generatorsandbrick_sqlite_generatorsto1.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_generatorsdependency
1.0.0 #
- Initial