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 #
methodForFind
and allurlForFind*
methods now support aQueryParams
parameter, enabling adaptive API method and URL selection based on query complexity.- The
type
getter inApiAdapterBase
now 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
localOnly
repositories in mixins.
Note: code must be re-generated via build_runner
0.5.4 #
- Fixed a bug where
localOnly
repositories might throw an error duringremoteFirst
operations.
0.5.3 #
- Fixed a bug where pending operations did not respect parent ID changes.
0.5.2 #
- Initial release.