-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't get instance. #188
Comments
@AndriyChaban Are you using Flutter, or Dart-only? |
I tried both. In flutter the command Mimir.getDefaultInstance throws above mentioned error. |
@AndriyChaban If you are using Flutter, you should be using one of the methods mentioned here:
You should not being using
You didn't really provide any error details (i.e., device, stack trace, etc.); would you mind sharing them please (assuming you used one of the 3 methods listed directly above)? |
At first I tried to get an instance in my local dart package inside Flutter project. Tried all.
|
@AndriyChaban I'm guessing you are using Android/Linux then, in which case the Note: until Dart releases "native assets", you will need a semi-decent Internet connection in order to build projects using mimir (and it might take a few minutes to download the necessary binaries). Unfortunately, there is nothing I can do about that at the moment. |
Thank you for prompt replies. Maybe my mobile internet speed does not comply with the requirements of 'semi-decent Internet connection' category... |
probably it is Android issue since windows build works well. |
Closing this as it is highly likely that you just need to clean your Flutter/Dart build cache for Android and retry (and if you have a flaky Internet connection, it may take a few tries). |
on the initial Mimir.getInstance command I should provide libembedded_milli.so file. However, can't find it anywhere.
Pretty sure this is not the issue in package. But, unfortunately, cannot solve it by myself. On the readme page no info on that.
The text was updated successfully, but these errors were encountered: