static_sharedpreferences 1.3.4 copy "static_sharedpreferences: ^1.3.4" to clipboard
static_sharedpreferences: ^1.3.4 copied to clipboard

discontinued
outdated

A Flutter package which uses the shared_preferences plugin from flutter.dev in a static way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add static_sharedpreferences

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

dependencies:
  static_sharedpreferences: ^1.3.4

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:static_sharedpreferences/static_sharedpreferences.dart';
0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package which uses the shared_preferences plugin from flutter.dev in a static way.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on static_sharedpreferences