settings_yaml 3.0.0-nullsaftey.0 copy "settings_yaml: ^3.0.0-nullsaftey.0" to clipboard
settings_yaml: ^3.0.0-nullsaftey.0 copied to clipboard

outdated

Provides a simple means of saving/loading settings from a yaml file without the yaml fuss.

3.0.0-nullsaftey.0 #

Converted to null saftey with some non-null safe dependencies.

2.1.5 #

Fixed a bug when trying to load a settings file that existed but was empty.

2.1.4 #

Corrected the constructor calls on the readme page.

2.1.3 #

reduced the min dart sdk to 2.7.

2.1.2 #

cleaned up the logic of the 'load' method. It no longer creates the settings file if it doesn't exists. We leave that to the save method.

2.1.1 #

upgraded uuid version.

2.1.0 #

Removed the projects dependency on dcli to reduce the chance of circular dependency conflicts.

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

1.0.0 #

first commit

1.0.0 #

  • Initial version, created by Stagehand
15
likes
0
pub points
79%
popularity

Publisher

verified publisheronepub.dev

Provides a simple means of saving/loading settings from a yaml file without the yaml fuss.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, path, uuid, yaml

More

Packages that depend on settings_yaml