Open hahn opened 5 years ago
Have the same problem. May it be related to androidx libraries migration?
I got the same errors. Migrating my project to AndroidX fixed the issue.
In gradle.properties make sure you got:
android.enableJetifier=true
It handles the merge between AndroidX and non-AndroidX deps.
@lisional remove that line solved this error for me. But now error in other libraries~ (and yes, it's because AndroidX)
same problem here. this package is a shit.
after update library to 0.5.11, I get error with
flutter_custom_tabs