The plugins `XXXXX` use a deprecated version of the Android embedding
作者:互联网
问题:
The plugins `permission_handler, shared_preferences` use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
解决办法:
flutter pub upgrade --major-versions
标签:use,deprecated,version,embedding,plugins,Android 来源: https://www.cnblogs.com/wangguanjia/p/15897862.html