我的颤振应用程序是冻结在上,我得到了以下错误日志:获取这三个插件异常
除了Marshmallow之外,它在其他安卓版本中运行得很好:
已经这样做了:
-Deleted所有插件和重新安装与flutter pub get。
-Runned颤振清洁与flutter run
[ +183 ms] E/flutter ( 3672): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: MissingPluginException(No implementation found for method getStorageDirectory on
channel plugins.flutter.io/path_provider)
[ ] E/flutter ( 3672): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)
[ ] E/flutter ( 3672): <asynchronous suspension>
[ +36 ms] E/flutter ( 3672): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: MissingPluginException(No implementation found for method checkPermissionStatus on
channel flutter.baseflow.com/permissions/methods)
[ ] E/flutter ( 3672): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)
[ ] E/flutter ( 3672): <asynchronous suspension>
[ +100 ms] E/flutter ( 3672): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on
channel com.tekartik.sqflite)
[ ] E/flutter ( 3672): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)发布于 2020-07-27 17:48:14
我使用的是一个旧插件e2e: ^0.6.1,我更新了它,它现在运行良好
https://stackoverflow.com/questions/62240555
复制相似问题