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

discontinued
outdated

Package for reading and writing simple key-value pairs. This wraps the shared_preferences plugin from the Flutter Team.

static_sharedpreferences #

A Flutter package which uses the shared_preferences plugin from flutter.dev in a static way. This depends on the shared_preferences: ^0.5.7+2 plugin from flutter.dev.

Getting Started #

You just have to put SP.initialize(); in your main:

  void main() {
    WidgetsFlutterBinding.ensureInitialized();
  
    SP.initialize();
  }

and now you can get started.

0
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Package for reading and writing simple key-value pairs. This wraps the shared_preferences plugin from the Flutter Team.

Repository (GitLab)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on static_sharedpreferences