global_configuration 2.0.0
global_configuration: ^2.0.0 copied to clipboard
A flutter package for managing different configurations and making them available everythere inside the app.
Changelog #
2.0.0-nullsafety.1 - 2021-04-06 #
- Update dependencies
2.0.0-nullsafety.0 - 2021-03-05 #
- Migrate to nullsafety
1.6.0 - 2020-09-02 #
- Improve access to nested configuration (#16)
- Merged pull request #15
1.5.0 - 2020-01-29 #
- Add possability to update null values (#10)
- Improve config loading from file (#9)
1.4.0 - 2019-09-16 #
- Add new method updateValue(), that replaces setValue()
- Add new method addValue()
- Add new method clear()
- Add new Unit tests
- Update documentation
1.3.0 - 2019-08-20 #
- Add new method loadFromUrlIntoKey
1.2.0 - 2019-07-25 #
- Add new method loadFromPathIntoKey
1.1.0 - 2019-06-17 #
- Fix bug in setValue and improve usage of setValue method
1.0.0 - 2019-06-01 #
- Add new method loadFromPath
0.1.4 - 2018-12-17 #
- Add new method setValue
0.1.3 - 2018-12-09 #
- Add new method loadFromUrl
0.1.2 - 2018-11-26 #
- Improve README.md
0.1.1 - 2018-11-25 #
- Add loading file from asset folder
0.1.0 - 2018-11-25 #
- Add example folder
0.0.2 - 2018-11-25 #
- Fill README.md with content and examples
0.0.1 - 2018-11-25 #
- Initial release