- Updated the
agcp
dependency.
- Deprecated
accessToken
in theAuthAccount
class. You are advised not to use it. - Deprecated
ReadSmsManager
class.
- Deprecated
familyName
andgivenName
in theAuthAccount
class. - Resolved a performance-related issue to improve the service reliability. You do not need to do anything.
- Updated targetSdkVersion to 33, to make sure that your app can run properly on Android 13.
-
BREAKING CHANGES
- AccountAuthService structure slightly changed. Now you have to create AccountAuthService object with AccountAuthManager.getService method.
-
Added the setIdTokenSignAlg method for specifying the signature algorithm type for the ID token to the AccountAuthParamsHelper class.
- Deleted the capability of prompting users to install HMS Core (APK).
- Added carrierId to signed id.
- Added independentSignIn method to AccountAuthService.
- Migrated to Null Safety.
Breaking Changes
- HmsAuthService is changed to AccountAuthService.
- HmsAuthManager is changed to AccountAuthManager.
- HmsSmsManager is changed to ReadSmsManager.
- HmsNetworkTool is changed to NetworkTool.
- HmsAuthTool is changed to HuaweiIdAuthTool.
- HmsAuthHaweiId is changed to AuthAccount.
- Added HmsAuthService module.
- Added HmsAuthManager module.
- Added HmsAuthTool module.
- Added HmsNetworkTool module.
- Added HmsSmsManager module.
- Added enableLogger and disableLogger methods to enable & disable the HMS Plugin Method Analytics.
- Added repository url.
- Reformatted dart files.
- Initial release.