An open API service indexing awesome lists of open source software.

https://github.com/mj-studio-library/flutter-local-file-preferences

A flutter package provides local file save & load very simply
https://github.com/mj-studio-library/flutter-local-file-preferences

database flutter json localdata localdatabase sharedpreferences

Last synced: 2 months ago
JSON representation

A flutter package provides local file save & load very simply

Awesome Lists containing this project

README

          

# Flutter Local File Preferences

[pub.dev](https://pub.dev/packages/local_file_preferences)

[Documentation](https://mj-studio-library.github.io/flutter-local-file-preferences/)

## Flutter Local File Preferences
This package is utility for saving and loading json format data into local file system easily.

You have to provide toJson, fromJson of your data type.

Then, this package provides load, save, scheduleSave and getter or setter of your data.