-
Notifications
You must be signed in to change notification settings - Fork 15
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 use the library with flutter. #38
Comments
Hello, I think this fork addresses the issue with flutter: ostafen's fork. Cheers, |
Hello, Thank you so much for the great library and kind support. Kind regards. |
Hello, Just to be clear, I did not take any part in the making this package, I just ran into the same problem with flutter when trying to use it and the fork I linked solved it for me. If I remember well, I believe I just removed the original package and instead copied the content of the lib folder from the fork into my project (into an IRC folder). I don't remember if there were any tweaks to do afterwards, but I can confirm that it seems to work with flutter and Android (I don't think it does on web though) Good luck, |
Thanks for the reply, Can you please explain how to do it step by step? I'm a little bit confused. I have this inside pubspec.yaml:
Kind regards. |
Put this under the dependencies node.
|
Thank you both for the great and kind support! Kind regards. |
Hello,
I'm trying to use the library with flutter using Android studio. However, every time I try to run the app, I get this error:
I think that this is because of the dart:mirrors package. Any advice would be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: