Is your feature request related to a problem? Please describe.
When we run the app, it gives a warning that says "App is not using AndroidX". Although it won't cause any issues in the app, it's a common practice to migrate older apps to AndroidX as it can benefit in different ways. This article should throw some light on the same: https://medium.com/mindorks/its-time-to-migrate-your-android-project-into-androidx-cd06e4073824
Is your feature request related to a problem? Please describe. When we run the app, it gives a warning that says "App is not using AndroidX". Although it won't cause any issues in the app, it's a common practice to migrate older apps to AndroidX as it can benefit in different ways. This article should throw some light on the same: https://medium.com/mindorks/its-time-to-migrate-your-android-project-into-androidx-cd06e4073824
Describe the solution you'd like I would like to follow the approach mentioned in the official documentation: https://flutter.dev/go/android-project-migration
Describe alternatives you've considered I believe there is only one method for migration
Additional context