simple_json_persistence 2.2.0 copy "simple_json_persistence: ^2.2.0" to clipboard
simple_json_persistence: ^2.2.0 copied to clipboard

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.2.0

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
160
points
107
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on simple_json_persistence