You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to build the example. I'm on Flutter 3.0.5. I get the following error.
apps\plugins\flutter_cast_framework\android\src\main\java\com\gianlucaparadise\flutter_cast_framework\PlatformBridgeApis.java:1158: error: lambda expressions are not supported in -source 7
channel.setMessageHandler((message, reply) -> {
^
(use -source 8 or higher to enable lambda expressions)
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':flutter_cast_framework:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
The text was updated successfully, but these errors were encountered:
I'm unable to build the example. I'm on Flutter 3.0.5. I get the following error.
The text was updated successfully, but these errors were encountered: