【问题标题】:Error while running Flutter Web Project lib/generated_plugin_registrant.dart:16:3: Error: Getter not found: 'AnotherFlushbarPlugin'运行 Flutter Web 项目 lib/generated_plugin_registrant.dart:16:3 时出错:错误:找不到 Getter:'AnotherFlushbarPlugin'
【发布时间】:2021-08-10 08:32:39
【问题描述】:

我昨天升级到 Flutter 2.0.6,当我向现有项目添加 Web 支持时,我收到了这个错误

lib/generated_plugin_registrant.dart:16:3: Error: Getter not found: 'AnotherFlushbarPlugin'.

AnotherFlushbarPlugin.registerWith(registrar);

我正在使用依赖 Flushbar 认为这可能是因为我删除了该包运行 flutter clean 但没有使用错误仍然存​​在

【问题讨论】:

    标签: flutter flutter-web


    【解决方案1】:

    修复了yaml文件中有包Flushbar代码的问题,我删除了“another_flushbar”:^1.10.10这一行来修复问题

    【讨论】:

      猜你喜欢
      • 2020-10-16
      • 1970-01-01
      • 2010-11-12
      • 2022-09-29
      • 1970-01-01
      • 2021-11-19
      • 1970-01-01
      • 1970-01-01
      • 2021-08-18
      相关资源
      最近更新 更多