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

A production-ready Flutter plugin to manage application-owned storage, cache, temporary files, and prefetched downloads natively and securely on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_storage_manager

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

dependencies:
  flutter_storage_manager: ^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:flutter_storage_manager/flutter_storage_manager.dart';
0
likes
145
points
56
downloads

Documentation

API reference

Publisher

verified publisherappifyhaven.website

Weekly Downloads

A production-ready Flutter plugin to manage application-owned storage, cache, temporary files, and prefetched downloads natively and securely on Android and iOS.

Homepage
Repository (GitHub)
View/report issues

Topics

#storage #cache #file-manager #storage-management #clean-cache

License

MIT (license)

Dependencies

flutter, path, plugin_platform_interface

More

Packages that depend on flutter_storage_manager

Packages that implement flutter_storage_manager