braincloud_data_persistence 5.7.0
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';