ice_storage 1.4.5 copy "ice_storage: ^1.4.5" to clipboard
ice_storage: ^1.4.5 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 Flutter:

 $ flutter pub add ice_storage

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

dependencies:
  ice_storage: ^1.4.5

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:ice_storage/ice_storage.dart';
0
likes
130
points
17
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

Documentation

API reference

License

unknown (license)

Dependencies

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

More

Packages that depend on ice_storage