synquill_utils 0.9.0
synquill_utils: ^0.9.0 copied to clipboard
Utils for code generator and for the Offline-first Dart data engine with background JSON API sync and custom retry logic.
0.9.0 #
- Added
@SynquillIdKeyfor mappingSynquillDataModel.idto a custom API JSON key. - Documented that
json_serializablemodels can usually rely on@JsonKey(name: ...), while@SynquillIdKeyremains available as an explicit override or for manual serializers.
0.8.0 #
- Synchronized version with core packages.
- Fixed typo in annotation
0.7.0 #
- Synchronized version with
synquillandsynquill_gen.
0.5.0 #
- Initial version.