saverly 0.0.1 copy "saverly: ^0.0.1" to clipboard
saverly: ^0.0.1 copied to clipboard

ThrottledSaverly simplifies saving and loading data with JSON-based persistence, powered by shared_preferences. It supports automatic save operations using ValueNotifier for seamless integration with [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add saverly

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

dependencies:
  saverly: ^0.0.1

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:saverly/saverly.dart';
1
likes
130
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

ThrottledSaverly simplifies saving and loading data with JSON-based persistence, powered by shared_preferences. It supports automatic save operations using ValueNotifier for seamless integration with Flutter’s reactive UI.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on saverly