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
{{ message }}
This repository was archived by the owner on Apr 28, 2021. It is now read-only.
Hi there, I just came across your blog post after pondering for a while about how to use Dart to get the most code reuse for front ends across web and mobile, so thank you very much for sharing!
I just wanted to give this a try myself, but stumbled across the fact that this does not support Dart 2.0 yet. Therefore I already fail at the attempt of getting the deps for the web server.
Simply changing the SDK specified from '>=1.20.1 <2.0.0' to '>=1.20.1 <=2.0.0' won't do the trick, because of the dependency to shelf_cors 0.2.1 (which apparently is the latest publicly available release of this package, which itself again requires SDK version <2.0.0).
I'd love to get your thoughts about the current state of this repository, if you deem it worthwhile to maintain and if it is illustrating a still valid approach to a front end strategy aiming for code reuse.
In the meantime I'll see whether I can get this running with current stable Dart, which will hopefully result in a useful PR.
Any pointer are much appreciated =)