Test mode and local run not working

Troubleshooting

Hi guys,

I'm having issues running my app on local run or test mode since the latest update of flutterflow (v5.1.3+).

The device log drops these error messages:

  • Package google_api_headers:windows references google_api_headers:windows as the default plugin, but it does not provide an inline implementation.

    Ask the maintainers of google_api_headers to either avoid referencing a default implementation via platforms: windows: default_package: google_api_headers or add an inline implementation to google_api_headers via `platforms: windows:` pluginClass or dartPluginClass.

  • path\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:134: error: cannot find symbol

    flutterEngine.getPlugins().add(new dev.fluttercommunity.plus.wakelock.WakelockPlusPlugin());

    ^

    symbol: class WakelockPlusPlugin

    location: package dev.fluttercommunity.plus.wakelock

  • Execution failed for task ':app:compileDebugJavaWithJavac'.

Do you have any idea what I'm doing wrong?

Thanks in advance!

What have you tried so far?
  • flutter pub upgrade

  • updatet android studios to latest version

Did you check FlutterFlow's Documentation for this topic?
No
5
6 replies