Add AndroidX migration docs#3080
Conversation
sfshaza2
left a comment
There was a problem hiding this comment.
A grammatical nit to fix but, otherwise, looks good. Thanks for remembering to set up forwarding for the deleted file! LGTM, once the nit is fixed.
|
Also, I see that Travis is encountering some link problems. Can you fix? |
|
|
||
| ### What if my app is migrated to AndroidX, but not all of the plugins I use? | ||
|
|
||
| The Flutter tool uses Jetifier to automatically migrate Flutter plugins using |
There was a problem hiding this comment.
Have we enabled building the plugins as AARs by default? My most recent understanding is that we still have compatibility problems here, but I could be missing something.
There was a problem hiding this comment.
yeah, it's now enabled by default. However, plugins are built as AAR only when the build failed and the heuristic we have for detecting AndroidX failure is true.
There was a problem hiding this comment.
My interpretation of this convo is that we're good to go. :)
This doc replaces the existing page https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility.
I added this page under development since it targets all types of Flutter projects.