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
- Host: GitHub
- URL: https://github.com/mj-studio-library/flutter-local-file-preferences
- Owner: mj-studio-library
- License: mit
- Created: 2023-10-14T13:20:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T11:57:42.000Z (over 2 years ago)
- Last Synced: 2025-10-23T04:51:41.968Z (8 months ago)
- Topics: database, flutter, json, localdata, localdatabase, sharedpreferences
- Language: Dart
- Homepage: https://mj-studio-library.github.io/flutter-local-file-preferences/
- Size: 1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.