Skip to content

mj-studio-library/flutter-local-file-preferences

Repository files navigation

Flutter Local File Preferences

pub.dev

Documentation

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.