brick_offline_first 2.0.0+1 copy "brick_offline_first: ^2.0.0+1" to clipboard
brick_offline_first: ^2.0.0+1 copied to clipboard

outdated

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add brick_offline_first

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  brick_offline_first: ^2.0.0+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:brick_offline_first/mixins.dart';
import 'package:brick_offline_first/offline_first.dart';
import 'package:brick_offline_first/offline_queue.dart';
81
likes
0
pub points
64%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

brick_core, brick_offline_first_abstract, brick_sqlite, brick_sqlite_abstract, collection, dart_style, http, logging, meta, path, sqflite

More

Packages that depend on brick_offline_first