prf 1.3.8 copy "prf: ^1.3.8" to clipboard
prf: ^1.3.8 copied to clipboard

Easily save and load values locally. Effortless local persistence with type safety and zero boilerplate. Just get, set, and go.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add prf

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

dependencies:
  prf: ^1.3.8

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:prf/prf.dart';
14
likes
150
points
283
downloads

Publisher

verified publisherjozz.biz

Weekly Downloads

Easily save and load values locally. Effortless local persistence with type safety and zero boilerplate. Just get, set, and go.

Topics

#sharedpreferences #storage #state #persistence #flutter

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on prf