ice_storage 1.2.0 copy "ice_storage: ^1.2.0" to clipboard
ice_storage: ^1.2.0 copied to clipboard

Unified local storage for Flutter – secure, reactive, with image/file cache and Firestore offline sync for Firebase apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ice_storage

With Flutter:

 $ flutter pub add ice_storage

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

dependencies:
  ice_storage: ^1.2.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:ice_storage/ice_storage.dart';
0
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Unified local storage for Flutter – secure, reactive, with image/file cache and Firestore offline sync for Firebase apps.

Homepage

License

unknown (license)

Dependencies

cached_network_image, cloud_firestore, connectivity_plus, flutter, flutter_cache_manager, flutter_secure_storage, path_provider, rx_storage, rxdart, shared_preferences, signals_flutter

More

Packages that depend on ice_storage