brick_offline_first_with_rest 1.0.0 copy "brick_offline_first_with_rest: ^1.0.0" to clipboard
brick_offline_first_with_rest: ^1.0.0 copied to clipboard

outdated

A Brick domain that routes data fetching through local providers before a REST providers.

Unreleased #

1.0.0 #

  • Integrate new OfflineFirstPolicys to the RestOfflineQueueClient

0.0.2 #

0.0.1 #

  • BREAKING CHANGE SqliteProvider and Query are no longer exported offline_first_with_rest.dart. Please import from package:brick_sqlite/sqlite.dart and package:brick_core/query.dart respectively.
  • Create package from brick_offline_first
  • Initial