brick_offline_first_abstract 2.0.0
brick_offline_first_abstract: ^2.0.0 copied to clipboard
Annotations and models required by the Offline First domain.
Unreleased #
2.0.0 #
- BREAKING CHANGE This package no longer manages the
OfflineFirstWithRestdomain. Please addbrick_offline_first_with_rest: anyto yourpubspec.yamland update package imports to use this new package. - BREAKING CHANGE This package no longer manages the
OfflineFirstWithGraphqldomain. Please addbrick_offline_first_with_graphql: anyto yourpubspec.yamland update package imports to use this new package. - Add Dart Lints
- Upgrade
brick_core - Add
ConnectOfflineFirstWithGraphqlannotation
2.0.0-rc.2 #
- BREAKING CHANGE This package no longer manages the
OfflineFirstWithRestdomain. Please addbrick_offline_first_with_rest: anyto yourpubspec.yamland update package imports to use this new package. - BREAKING CHANGE This package no longer manages the
OfflineFirstWithGraphqldomain. Please addbrick_offline_first_with_graphql: anyto yourpubspec.yamland update package imports to use this new package.
2.0.0-rc.1 #
- Add Dart Lints
- Upgrade
brick_core - Add
ConnectOfflineFirstWithGraphqlannotation
1.0.0+1 #
- Null safety cleanup and refactor
1.0.0 #
- Null safety
0.0.8 #
- Bump dependency versions
0.0.7 #
- Bump dependency versions
0.0.5 #
- Bump dependency versions
- Remove placeholders from
OfflineFirstannotation (moves toFieldSerializable)
0.0.3 #
- Rename
ConnectOfflineFirstasConnectOfflineFirstWithRestto reflect the narrow scope of the annotation
0.0.2 #
- Fix linter hints
0.0.1+1 #
- SqliteModel moved from this package to
brick_sqlite_abstract