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

discontinued
outdated

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

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
0
pub points
0%
popularity

Publisher

unverified uploader

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