remote_cache_sync 0.1.0 copy "remote_cache_sync: ^0.1.0" to clipboard
remote_cache_sync: ^0.1.0 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 Dart:

 $ dart pub add remote_cache_sync

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 dart pub get):

dependencies:
  remote_cache_sync: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
334
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on remote_cache_sync