simple_json_persistence 2.0.0-nullsafety.4 copy "simple_json_persistence: ^2.0.0-nullsafety.4" to clipboard
simple_json_persistence: ^2.0.0-nullsafety.4 copied to clipboard

outdated

Flutter data storage based on simple json files with support for multiple storage instances, streams, etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_json_persistence

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

dependencies:
  simple_json_persistence: ^2.0.0-nullsafety.4

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:simple_json_persistence/simple_json_persistence.dart';
5
likes
0
pub points
67%
popularity

Publisher

verified publishercodeux.design

Flutter data storage based on simple json files with support for multiple storage instances, streams, etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, logging, meta, path, path_provider, rxdart, synchronized

More

Packages that depend on simple_json_persistence