persistent_context 0.0.2 copy "persistent_context: ^0.0.2" to clipboard
persistent_context: ^0.0.2 copied to clipboard

A Flutter widget that provides a simple and synchronous interface to store persistent variables, relying on shared preferences under the hood

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add persistent_context

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

dependencies:
  persistent_context: ^0.0.2

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:persistent_context/persistent_context.dart';
2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A Flutter widget that provides a simple and synchronous interface to store persistent variables, relying on shared preferences under the hood

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on persistent_context