cellar_flutter 1.0.0 copy "cellar_flutter: ^1.0.0" to clipboard
cellar_flutter: ^1.0.0 copied to clipboard

Cross-platform file and data storage for Flutter, zero setup — files land in the right folder on Android, iOS, macOS, Windows, Linux, and web. Caching, auto-cleanup, encryption.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cellar_flutter

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

dependencies:
  cellar_flutter: ^1.0.0

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:cellar_flutter/cellar_flutter.dart';
1
likes
160
points
136
downloads

Documentation

API reference

Publisher

verified publisherwhuppi.com

Weekly Downloads

Cross-platform file and data storage for Flutter, zero setup — files land in the right folder on Android, iOS, macOS, Windows, Linux, and web. Caching, auto-cleanup, encryption.

Repository (GitHub)
View/report issues
Contributing

Topics

#storage #cache #files #encryption #cross-platform

License

MIT (license)

Dependencies

cellar, flutter, path_provider

More

Packages that depend on cellar_flutter