synquill 0.6.0
synquill: ^0.6.0 copied to clipboard
Offline-first Flutter data engine with background JSON API sync and custom retry logic.
0.6.0 #
Breaking Changes #
methodForFindand allurlForFind*methods now support aQueryParamsparameter, enabling adaptive API method and URL selection based on query complexity.- The
typegetter inApiAdapterBasenow returns the snake_case type name by default instead of lowercase, which may affect endpoint URLs and serialization logic.
0.5.5+1 #
- Correctly implemented
localOnlyrepositories in mixins.
Note: code must be re-generated via build_runner
0.5.4 #
- Fixed a bug where
localOnlyrepositories might throw an error duringremoteFirstoperations.
0.5.3 #
- Fixed a bug where pending operations did not respect parent ID changes.
0.5.2 #
- Initial release.