storage_wrapper 1.1.0 copy "storage_wrapper: ^1.1.0" to clipboard
storage_wrapper: ^1.1.0 copied to clipboard

outdated

A wrapper for shared_preferences and flutter_secure_storage that provides an unified api.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add storage_wrapper

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

dependencies:
  storage_wrapper: ^1.1.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:storage_wrapper/storage_wrapper.dart';
1
likes
0
pub points
65%
popularity

Publisher

verified publishermagicleon94.dev

A wrapper for shared_preferences and flutter_secure_storage that provides an unified api.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_secure_storage, shared_preferences

More

Packages that depend on storage_wrapper