/roadmap

Flutter Developer Roadmap

Primary LanguageDart

Flutter Developer Roadmap

How to start

Install dart

brew tap dart-lang/dart
brew install dart

Download dependencies and build the project

dart pub get
dart pub run build_runner build
dart pub global activate webdev

Serve the project

webdev serve

How to WASM

Dart 2 WASM