remote_cache_sync 0.2.1 copy "remote_cache_sync: ^0.2.1" to clipboard
remote_cache_sync: ^0.2.1 copied to clipboard

Remote cache synchronization toolkit for Flutter with Appwrite, PocketBase, and Supabase adapters.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate remote_cache_sync

Use it

The package has the following executables:

$ web_setup

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_cache_sync

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

dependencies:
  remote_cache_sync: ^0.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:remote_cache_sync/remote_cache_sync.dart';
1
likes
150
points
345
downloads

Publisher

unverified uploader

Weekly Downloads

Remote cache synchronization toolkit for Flutter with Appwrite, PocketBase, and Supabase adapters.

Homepage
Repository (GitHub)
View/report issues

Topics

#cache #sync #drift #wasm #flutter-web

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

appwrite, drift, drift_flutter, flutter, path_provider, plugin_platform_interface, pocketbase, supabase_flutter

More

Packages that depend on remote_cache_sync