static_sharedpreferences 1.3.0 copy "static_sharedpreferences: ^1.3.0" to clipboard
static_sharedpreferences: ^1.3.0 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
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