rishabnayak / firebase_mlkit_language

Firebase ML Kit Language Plugin for Flutter
BSD 3-Clause "New" or "Revised" License
18 stars 21 forks source link

[BUG] Do not support AndroidX? #29

Closed XinyueZ closed 4 years ago

XinyueZ commented 5 years ago

I get the exception while running

 flutter build apk --debug

There will be output with errors like below:

pub-cache/hosted/pub.dartlang.org/firebase_mlkit_language-1.1.2/android/src/main/java/io/flutter/plugins/firebase_mlkit_language/LanguageIdentifier.java:3: error: package android.support.annotation does not exist
import android.support.annotation.NonNull;  

Would you mind updating the library for AndroidX Jetpackstuff?

rishabnayak commented 5 years ago

Thanks for the PR! I’ll take a look and update ASAP!