flutter中华为站点套件中的MissingPluginException



试图在Flutter中集成华为站点套件,但出现以下错误。

4508-4853/com.learn.flashscreen E/flutter:[错误:flutter/lib/ui/ui_start_state.cc(177(]未处理的异常:MissingPluginException(在channel com.huawei.hms.flatter.site/meethod上找不到方法textSearch的实现(

  1. 请将Flutter站点插件更新到最新版本。

  2. 以下任何一种方法都可以用于集成包。请根据此处的文档检查您的集成步骤。

  • 从路径中有Flutter目录的控制台窗口运行以下命令
[project_path]> flutter pub get
  • 在编辑器中单击相应的按钮

在Android Studio或IntelliJ中,在pubspec.yaml文件顶部的操作功能区中单击Packages get

在VS代码中,单击pubspec.yaml文件顶部操作功能区右侧的GetPackages

相关内容

  • 没有找到相关文章

最新更新