-
Notifications
You must be signed in to change notification settings - Fork 43
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
How to use it with dart libraries that dependes on dart:io? #73
Comments
Looking at the code in Also (luckily) Hopefully this is all that's needed. But there is a chance they use some APIs not covered by this library yet. In which case feel free to let me know and I'll try to help. |
THanks for you answer @pulyaevskiy! So to wrap up: I have to fork the library changing the packages to node correpondents and do it recursivelly for each libraries that those packages may depend on? |
I went for a different path, using conditional imports and seems to be working until I tried to compile it.
The Tehre is any workaround you can insight me ? |
Hello!
I am trying to develop a bot for Telegram and I am using the
teledart
library from pub dev. But it depends on dart:io since it does some network calls.There is a way to make it work?
The text was updated successfully, but these errors were encountered: