The simplest solution is to downgrade Android Studio and use Java 17, now, let's attempt to fix this with the latest Android Studio version. Compilation issues The first compilation issue you will see with a newly created project with Flutter3.24.3and addingconnectivity_plus(or any other Androi...
Downgrade java version to jdk1.8.0_241 and update your java path mUmarBaloch commented Feb 22, 2020 To solve that problem Run following command: flutter doctor --android-licenses I guess solve your problem Happy to enjoy Flutter this Works for me! rubankrish commented Mar 12, 2020 I am...