cross_local_storage 1.1.1 copy "cross_local_storage: ^1.1.1" to clipboard
cross_local_storage: ^1.1.1 copied to clipboard

outdated

SharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cross_local_storage

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

dependencies:
  cross_local_storage: ^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:cross_local_storage/cross_local_storage.dart';
30
likes
40
points
919
downloads

Publisher

verified publisherthisismarch.dev

Weekly Downloads

SharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux).

Repository (GitHub)
Contributing

License

BSD-3-Clause (license)

Dependencies

flutter, shared_preferences, shared_preferences_macos, shared_preferences_web

More

Packages that depend on cross_local_storage