'How can I solve the version of the Android embedding?
I have this problem. Plz let me know how to solve this problem.. I got this git code from a lesson made about 2years ago. Also different errors showed up when I made a flutter project using git code.
-> This is the problem 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.
Solution 1:[1]
This has been answered before here on SO.
Here: Your Flutter application is created using an older version of the Android embedding
And here: How to Fix Flutter Warning: Your Flutter application is created using an older version
You can also look at the source of how to migrate here: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Robert Sandberg |
