brick_offline_first_with_rest_build 1.1.0
brick_offline_first_with_rest_build: ^1.1.0 copied to clipboard
Code generation library for the Brick Offline First Domain using REST
Unreleased #
1.1.0 #
- Add Dart Lints
- Update to use new
brick_buildAPI forgetAssociationMethodandrepositoryHasBeenForceCast - Fix Dart null safety complaints when accessing repository in a subsequent null or non null safe way after a force cast to non-null.
1.0.0+2 #
- Fix null safety for one-to-one REST serializing associations (#186)
1.0.0+1 #
- Remove
source_gen_testandglobdependencies
1.0.0 #
- Null safety
0.0.1 #
- Fix a a JSON encode error.
.mapreturns aMappedListIterablewhichjsonEncodecannot parse. It can parseList<dynamic>.