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

A Flutter plugin for integrating Shared Preferences sync functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloud_sync_shared_preferences_adapter

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

dependencies:
  cloud_sync_shared_preferences_adapter: ^0.0.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:cloud_sync_shared_preferences_adapter/cloud_sync_shared_preferences_adapter.dart';
0
likes
160
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Shared Preferences sync functionality.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cloud_sync, flutter, shared_preferences

More

Packages that depend on cloud_sync_shared_preferences_adapter