-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecation of current flutter version #106
Comments
I never worked with migration of any app, but I would love to give it a try. |
Yes, go ahead! |
I might turn this into bonus if it requires too much work. |
Do I have to remove this error only or have to migrate whole app(like migration for null safety)? |
This would be good for the long run. But if you want to get rid of the warning for now you can do so (would be an easy issue in that case). |
Okay , I have done only minute changes and the warning gone now. These are the only change I found from this resource. |
Re-opening this for complete migration |
Hi, |
To migrate the app completely I must upgrade all dependencies into their null safety versions. |
@rajoriaakash Yes, there are two dependencies that will cause problems with null safety. carousel_pro can be replaced with another dependency, while you will have to remove firebase_admob dependency completely, and also the code relevant to it. I have also dealt with this issue in my PR, but it is yet to be reviewed. But fortunately, I created a separate commit while dealing with these two dependencies, so you can basically copy all the changes from this commit: 7bf747b Additionally, there's this feature on Android Studio, where you can search for code across the entire project. The shortcut key is: Ctrl + Shift + F |
Oh okay! |
I did all the migration and stuff but now when I try to run the app. |
All the migration changes have already been updated in the master branch by some other commit probably :). |
Description
I have upgraded my flutter version for my android studio few days ago now when I'm trying to run the code of this app then I'm getting a warning which suggest me to migrate the project to it's updated flutter version.
Relevant files
MainActivity.java/kt
android/app/src/main/AndroidManifest.xml
Drawable
styles.xml
Screenshot
References
more_info
The text was updated successfully, but these errors were encountered: