- Updated targetSdkVersion to 31, to make sure that your app can run properly on Android 12.
-
Added
setUserRegion
andgetCountryCode
methods to MLImageApplication. -
Breaking Changes:
- With this release,
MLImagePermissions
has been removed. You are expected to handle required permissions on your own. You can learn more about the required permissions from our official documentations. - Modified the internal structure of the plugin. Please use import package:huawei_ml_image/huawei_ml_image.dart not to get any errors.
- With this release,
- Deleted the capability of prompting users to install HMS Core (APK).
- Initial release.