Open devnoaman opened 3 years ago
The easiest fix I found is to setup the project from scratch and import the files manually from the deprecated project offered here.
I did it and uploaded in case anyone wants to just branch out from my stub project: https://github.com/simplydt/bmi_calculator_flutter_2023
Complete solved Project is here . https://github.com/HimanshuDhiman0009/bmi_himanshu for version control problem just replace your android folder from the android folder in this project.
The easiest fix is to delete the android folder, then open your android studio terminal. In the terminal, make sure you are in the root directory of your project and type flutter create .
Note that the "dot" indicates to initialize a flutter project in that current directory.
hi , i have this error in project , please upgrade it
This app is using a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding. Take a look at the docs for migrating an app: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects