settings_yaml 1.0.5 settings_yaml: ^1.0.5 copied to clipboard
Provides a simple means of saving/loading settings from a yaml file without the yaml fuss.
1.0.5 #
Renamed project from SimpleYaml to settings_yaml to better reflect its usage and improve its discoverablity in pub.dev. Small improvement to the README.md
1.0.4 #
Moved project to settings_yaml.
1.0.3 #
added logic to handle loading an empty settings file.
1.0.2 #
load was failig to create the file if create was true.
1.0.1 #
Added examples. Change the ctor to take a named arg for consistency.
1.0.0 #
cleanup Create LICENSE