Hacker News new | ask | show | jobs
by cjbos 3035 days ago
The screenshot looks like the IDE is Visual Studio Code, but I only see instructions for setup with IntelliJ and Android Studio (Is that Android Studio? I've never used that before)
1 comments

Ah sorry, I meant the code sample under the “Modern, reactive framework” heading. Search for “class CounterState”.

As for editors, as you note, the instructions focus on IntelliJ/Android Studio, since that’s where the team has put most work, but there’s good support for VS Code (which I believe is what’s in the screenshot). For those who prefer something more minimal, you can find Dart support for vim and emacs too.

Thanks, I'll check it out