Skip to content

Flutter

bootstraponline edited this page May 19, 2019 · 8 revisions

Path setup

~/.bash_profile

# flutter
export PATH="$PATH:$HOME/flutter/bin"
export PATH="$PATH:$HOME/flutter/.pub-cache/bin"
export PATH="$PATH:$HOME/flutter/bin/cache/dart-sdk/bin"

Flutter Web

Flutter web requires changing imports. Not compatible with published packages.

Clone this wiki locally