Actualmente tengo un problema al lanzar mi app de flutterflow en dispositivos android de prueba de android studio, al lanzar me lanza un error de con la version de java 8 y de unas dependencias de connectivity.
Estuve investigando y connectivity ahora tiene otra version pero al modificarlo me da error en barcode y otras cosas entonces no estoy seguro si sera necesario actualizarlo o quiza sea algo mas relacionado a java.
Launching lib\main.dart on Lenovo TB X306X in debug mode...
Upgrading build.gradle
Running Gradle task 'assembleDebug'...
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
error: warnings found and -Werror specified
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':connectivity:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 49s
Running Gradle task 'assembleDebug'... 50,6sError: Gradle task assembleDebug failed with exit code 1