braincloud_data_persistence 5.7.0 copy "braincloud_data_persistence: ^5.7.0" to clipboard
braincloud_data_persistence: ^5.7.0 copied to clipboard

brainCloud helper package. brainCloud_dart_peristence provide a persistence support into the platform preferences

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add braincloud_data_persistence

With Flutter:

 $ flutter pub add braincloud_data_persistence

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

dependencies:
  braincloud_data_persistence: ^5.7.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:braincloud_data_persistence/braincloud_data_persistence.dart';
1
likes
140
points
156
downloads

Publisher

verified publishergetbraincloud.com

Weekly Downloads

brainCloud helper package. brainCloud_dart_peristence provide a persistence support into the platform preferences

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

braincloud, flutter_secure_storage, shared_preferences

More

Packages that depend on braincloud_data_persistence