In November 2018, I am excited to have my HP Chromebook set up for Flutter development with VS Code. I am sharing here how I did it:
- Enable Chromebook Developer Mode
- Enable Linux in ChromeOS
- Install Flutter
- Download tar file from Flutter website
- Move tar file to Linux partition
- Untar (no need to run any install script)
- Download and unzip Android Studio, and install Flutter plugin
- Enable Android Developer Mode in ChromeOS
- Chromebook settings
- Google Play Store
- Manage Android Properties
- About
- Device
- Build (tap 7 times)
- Enable Android ADB Debugging
- Chromebook settings
- Google Play Store
- Manage Android Properties
- Developer Options
- ADB Debugging
- Run ~/Android/Sdk/platform-tools/adb connect 100.115.92.2:5555
- Run ~/Android/Sdk/platform-tools/adb devices
- Download VS Code .deb package, double click to install
- Install VS Code Flutter plugin
- VS Code: locate Dart-SDK at ~/flutter/bin/cache/dart-sdk