storage_controller 1.2.3 copy "storage_controller: ^1.2.3" to clipboard
storage_controller: ^1.2.3 copied to clipboard

outdated

A controller to manage storage device resource. We give you access to n storages to manage your data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add storage_controller

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

dependencies:
  storage_controller: ^1.2.3

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:storage_controller/storage_controller.dart';
8
likes
0
pub points
25%
popularity

Publisher

unverified uploader

A controller to manage storage device resource. We give you access to n storages to manage your data.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, hive, hive_flutter, shared_preferences

More

Packages that depend on storage_controller