zhujian1989 / MyArchitecture

本项目用于学习,持续集成,顺带集成了Flutter
121 stars 33 forks source link

MissingPluginException(No implementation found for method jump2act on channel com.jzhu.jump/plugin) #3

Closed jp1017 closed 5 years ago

jp1017 commented 5 years ago

遇到这个错误:

MissingPluginException(No implementation found for method jump2act on channel com.jzhu.jump/plugin)

产生原因是, 在 pubspec.yaml 添加了三个依赖:

dependencies:
  flutter:
    sdk: flutter

  shared_preferences: 0.4.3
  fluttertoast: 2.2.7
  path_provider: 0.5.0
zhujian1989 commented 5 years ago

遇到这个错误:

MissingPluginException(No implementation found for method jump2act on channel com.jzhu.jump/plugin)

产生原因是, 在 pubspec.yaml 添加了三个依赖:

dependencies:
  flutter:
    sdk: flutter

  shared_preferences: 0.4.3
  fluttertoast: 2.2.7
  path_provider: 0.5.0

同步一下