huawei_awareness 3.8.0+301
huawei_awareness: ^3.8.0+301 copied to clipboard
HUAWEI Awareness Kit provides your app with the ability to obtain contextual information including users' time, location, behavior, ambient light, weather, and nearby beacons.
3.8.0+301 #
- Minor optimization and bug fixes.
- [Breaking Change]
- The names of all dart files have been changed to lower case with underscore due to a pub requirement. Please use import package:huawei_awareness/huawei_awareness.dart not to get any errors.
3.8.0+300 #
- 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.
3.1.0+302 #
- [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.
1.0.7+304 #
- Updated HMSLogger.
1.0.7+303 #
- Initial release.