remote_preferences 1.0.0 copy "remote_preferences: ^1.0.0" to clipboard
remote_preferences: ^1.0.0 copied to clipboard

A package to save preferences in the cloud.

Remote Preferences #

This package allows you to save key-value and use native backup system.

Android documentation: https://developer.android.com/guide/topics/data/keyvaluebackup#:~:text=Android%20Backup%20Service%20provides%20cloud,to%20the%20device's%20backup%20transport.

IOS documentation: https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore

Available methods #

Future<String?> get({required String key});

Future<void> save({required String key, required String? value});

Future<void> delete({required String key});

Future<void> deleteAll();
1
likes
110
pub points
35%
popularity

Publisher

unverified uploader

A package to save preferences in the cloud.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on remote_preferences