Skip to content
holzkohlengrill edited this page Dec 15, 2023 · 2 revisions
  • Officially supported
    • VS Code + Plugin >> my favourite choice for now
    • Platform: Linux, Windows, Mac OS
    • Dart Code extends VS Code with support for the Dart programming language, and provides tools for effectively editing, refactoring, running, and reloading Flutter mobile apps, and AngularDart web apps.
    • Android Studio
    • IntelliJ IDEA (only paid version)
  • NOT officially supported
    • Atom
    • Emacs
    • Vim

Dart SDK + pub package manager

  • pub is included within the Dart SDK installation

Webdev

Installation

pub global activate webdev
Clone this wiki locally