相关疑难解决方法(0)

Flutter Test MissingPluginException

运行依赖于SharedPreferences插件的测试总是会导致

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
Run Code Online (Sandbox Code Playgroud)

我的pubspec.yaml

dev_dependencies:
  flutter_test:
     sdk: flutter

dependencies:
  flutter:
     sdk: flutter
  shared_preferences: 0.2.3
Run Code Online (Sandbox Code Playgroud)

代码在应用程序本身中工作正常.我是否缺少一些我需要做的事情才能运行使用插件的测试?

dart flutter

8
推荐指数
3
解决办法
6908
查看次数

标签 统计

dart ×1

flutter ×1