azure_app_config 0.12.0
azure_app_config: ^0.12.0 copied to clipboard
A Dart package to communicate with Microsoft Azure App Configuration.
0.12.0 #
- Add registering of ComplexTypes for automatic (de)serialization of models.
0.11.0 #
- Add factory constructor AzureRemoteService.customAuthentication() to provide custom way of signing requests.
- Add ability to find Azure Keys by using the
findKeyBy
method.
0.10.0 #
- Added the ability to find KeyValues by key- and label filters using the
findKeyValuesBy
method.
0.9.0 #
- Initial version.