plugfox_localstorage 0.1.1+1 copy "plugfox_localstorage: ^0.1.1+1" to clipboard
plugfox_localstorage: ^0.1.1+1 copied to clipboard

discontinued

Simple cross-platform universal String Key-Value local storage, works on mobile and the web. Has RAM caching. Great for small short values.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plugfox_localstorage

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

dependencies:
  plugfox_localstorage: ^0.1.1+1

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:plugfox_localstorage/drivers/baseStorageDriver.dart';
import 'package:plugfox_localstorage/drivers/browserStorageDriver.dart';
import 'package:plugfox_localstorage/drivers/mobileStorageDriver.dart';
import 'package:plugfox_localstorage/drivers/stubStorageDriver.dart';
import 'package:plugfox_localstorage/localstorage.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publisherarchive.plugfox.dev

Simple cross-platform universal String Key-Value local storage, works on mobile and the web. Has RAM caching. Great for small short values.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on plugfox_localstorage