flutter 使用插件提示 its dependencies aren't compatible with AndroidX 解决方案
flutter 项目中集成了 flutter_inappbrowser,打包的时候提示 its dependencies aren’t compatible with AndroidX 解决方案
dependencies aren’t compatible with AndroidX主要原因是AndroidX引起的。
配置方法
android/gradle.properties
加入
android.enableJetifier=true
android.useAndroidX=true