- Breaking Change: With this release, permission-related methods have been removed. You are expected to handle the required permissions on your own. You can learn more about the required permissions from our official documentations.
- API 33 support has been added.
- [Breaking Change] Updated to null safety.
- [Breaking Change] Modified the names of all constant variables as lowerCamelCase.
- Modified the internal structure of the plugin. Please use
import 'package:huawei_awareness/huawei_awareness.dart';
not to get any errors.
- Updated HMSLogger.
- Initial release.