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
ordartPluginClass
.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!