azure_app_config 0.18.0+1 copy "azure_app_config: ^0.18.0+1" to clipboard
azure_app_config: ^0.18.0+1 copied to clipboard

A Dart package to communicate with Microsoft Azure App Configuration.

0.18.0 #

  • TargetingFilter now supports exclusion. (#14)

0.16.0 to 0.17.1 #

  • Fix various pagination issues.
  • Fix issue where FeatureFlags could sometimes not be retrieved.

0.15.2 #

  • This version introduces an optional parameter 'name' for the setFeatureFlag() method.

0.15.1 #

  • Add constant FeatureFlag.contentType

0.15.0 #

  • AzureRemoteService is deprecated in favor of AzureAppConfig.
  • Added method: setFeatureFlag()
  • Simplified feature flag methods to use key names only (before: .appconfig.featureflag/mykey, now: mykey).
  • KeyValue.asFeatureFlag() now returns null if it's not parsable instead of throwing an AzureKeyValueNotParsableAsFeatureFlagException.
  • Update dependencies

0.14.0 #

  • Improved Readme
  • Updated dependencies to latest versions

0.13.0 #

  • Complete Azure's Default 'Targeting' filter by implementing the 'groups' and 'users' feature.

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 AzureKeys by introducing 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.
18
likes
160
points
3.61k
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package to communicate with Microsoft Azure App Configuration.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, freezed_annotation, json_annotation, meta

More

Packages that depend on azure_app_config