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

outdated

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

Unreleased #

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