Replies: 6 comments 1 reply
-
Well, the next version of dart_eval (v0.7.0) coming out soon is going to "support" pub imports technically. However, because dart_eval does not support all of Dart's features, most Pub packages still will not work except very simple ones (because dart_eval won't be able to compile them fully). So yes, bridging is proabably the best option because you can bridge just the features you need. |
Beta Was this translation helpful? Give feedback.
-
Writting all the http package and html package as bridge is too much |
Beta Was this translation helpful? Give feedback.
-
The http package is going to be supported in v0.7.0 probably, it's very simple. I'll look into the html package, it can maybe be supported by version 0.7.5 or so |
Beta Was this translation helpful? Give feedback.
-
Thanks man |
Beta Was this translation helpful? Give feedback.
-
Hi @ethanblake4, I would like to know if it is possible to compile the http package with the current v0.7.0? if yes, how can I proceed? |
Beta Was this translation helpful? Give feedback.
-
Update, I'm probably going to release v0.7.0 before it is able to compile |
Beta Was this translation helpful? Give feedback.
-
Is they're a way to handle pub packages other than manually writting bridge code for all of them?
Beta Was this translation helpful? Give feedback.
All reactions