Hacker News new | ask | show | jobs
by stemuk 2933 days ago
You might be interested in this talk [1] from Dart Conf that highlights code sharing between Flutter and Angular Dart. The general take-away is that code sharing is possible, it requires however a strict separation of UI related and business logic code.

[1] https://m.youtube.com/watch?v=PLHln7wHgPE

1 comments

That was my intuition, thanks. I'll definitely investigate. I'm also thinking a full stack dart platform, since dart also hs a very interesting server side story.