You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after upgrading to the latest flutter that uses AndroidX:
/Users/ianw/.pub-cache/hosted/pub.dartlang.org/flutter_custom_tabs-0.4.0/android/src/main/java/com/github/droibit/flutter/plugins/customtabs/internal/Launcher.java:6: error: package android.support.annotation does not exist
import android.support.annotation.AnimRes;
The text was updated successfully, but these errors were encountered:
after upgrading to the latest flutter that uses AndroidX:
/Users/ianw/.pub-cache/hosted/pub.dartlang.org/flutter_custom_tabs-0.4.0/android/src/main/java/com/github/droibit/flutter/plugins/customtabs/internal/Launcher.java:6: error: package android.support.annotation does not exist
import android.support.annotation.AnimRes;
It is because you flutter_custom_tabs-0.4.0 doesn't support androidx.
You have to open /Users/ianw/.pub-cache/hosted/pub.dartlang.org/flutter_custom_tabs-0.4.0/ and then open pubspec.yaml and change dependency flutter_custom_tabs-0.4.0 into flutter_custom_tabs-0.6.0
I already create pull request to solve this problem #91
after upgrading to the latest flutter that uses AndroidX:
/Users/ianw/.pub-cache/hosted/pub.dartlang.org/flutter_custom_tabs-0.4.0/android/src/main/java/com/github/droibit/flutter/plugins/customtabs/internal/Launcher.java:6: error: package android.support.annotation does not exist
import android.support.annotation.AnimRes;
The text was updated successfully, but these errors were encountered: