huawei_remote_config 1.0.0 copy "huawei_remote_config: ^1.0.0" to clipboard
huawei_remote_config: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter plugin for Huawei AppGallery Connect Remote Config (AGConnectConfig). Android-only.

1.0.0 #

  • Added an example/ app demonstrating applyDefaults, fetchAndApply, getSource, and diagnostics.
  • Documented the remaining public constructors (HuaweiRemoteConfig.new, HuaweiRemoteConfigException.new, HuaweiRemoteConfigValues.new).
  • No API changes since 0.1.0; promoted to a stable 1.0.0 release.

0.1.0 #

  • Initial release.
  • Wraps AGConnectConfig: applyDefaults, fetch, apply, fetchAndApply, getAll, getString/getBool/getInt/getDouble, getSource, clearAll, setDeveloperMode, setCustomAttributes/getCustomAttributes.
  • diagnostics() reports which AGC app the build resolves to (appId, packageName, region, credential suffixes) plus the applied keys — the check for "the fetch succeeded but returned nothing".
  • Every fetch logs to logcat under the HuaweiRemoteConfig tag: elapsed time, resolved app, returned keys, and an explicit warning when AGC returns zero parameters.
  • HuaweiRemoteConfigException.details carries the native exception type, message and cause for fetch_failed/native_error.
  • Android-only.
1
likes
160
points
2.1k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Huawei AppGallery Connect Remote Config (AGConnectConfig). Android-only.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on huawei_remote_config

Packages that implement huawei_remote_config