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
When entering flutter build apk the following error appeared:
error: package com.crazecoder.openfile does not exist
flutterEngine.getPlugins().add(new com.crazecoder.openfile.OpenFilePlugin());
I already did flutter upgrade and I only added the dependency
How do I solve this error?
The text was updated successfully, but these errors were encountered:
When entering flutter build apk the following error appeared:
error: package com.crazecoder.openfile does not exist
flutterEngine.getPlugins().add(new com.crazecoder.openfile.OpenFilePlugin());
I already did flutter upgrade and I only added the dependency
How do I solve this error?
The text was updated successfully, but these errors were encountered: