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

All-in-one local data manager - unified and fast, with integrated caching for any data (images/files) and optional encryption.

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.0.1

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

All-in-one local data manager - unified and fast, with integrated caching for any data (images/files) and optional encryption.

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