-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import tflite package #1
Comments
Hi mrcartier, I tested with Android Studio and vscode and importing seems to be working. Do you see an entry like below in the Thanks, |
It was my fault. I named the project folder tflite and you can't name the project folder after a dependency. Thanks for feedback & getting tflow on Flutter. |
Good work, we need this for Flutter. I'm referencing the example here where the file under the lib folder is main.dart not tflite.dart. I'm having issue importing tflite package though. IntelliJ tells me: Target of URI doesn't exist: 'package:tflite/tflite.dart'. for the line
I believe I've added tflite package properly to the pubscec.yaml file using instructions here but it still won't work...
any ideas why I can't import
The text was updated successfully, but these errors were encountered: