Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 authored Mar 30, 2024
1 parent 8967989 commit f869e5d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Flutter Local File Preferences

## Getting Started 🎉

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

[Homepage](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.

0 comments on commit f869e5d

Please sign in to comment.