settings_yaml 2.0.1 settings_yaml: ^2.0.1 copied to clipboard
Provides a simple means of saving/loading settings from a yaml file without the yaml fuss.
2.0.1 #
upgraded to dcli
2.0.0 #
Further simplification of the api. updated example and test to reflect the api changes. Added doco and test for doubles. Improved the api doco with examples. Fixed the readme to use the revised class name. Added an integer example.
1.0.6 #
Updated the readme to include more complete example.
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