huawei_remote_config 1.0.0
huawei_remote_config: ^1.0.0 copied to clipboard
Flutter plugin for Huawei AppGallery Connect Remote Config (AGConnectConfig). Android-only.
1.0.0 #
- Added an
example/app demonstratingapplyDefaults,fetchAndApply,getSource, anddiagnostics. - Documented the remaining public constructors (
HuaweiRemoteConfig.new,HuaweiRemoteConfigException.new,HuaweiRemoteConfigValues.new). - No API changes since
0.1.0; promoted to a stable1.0.0release.
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
HuaweiRemoteConfigtag: elapsed time, resolved app, returned keys, and an explicit warning when AGC returns zero parameters. HuaweiRemoteConfigException.detailscarries the native exception type, message and cause forfetch_failed/native_error.- Android-only.