-
Notifications
You must be signed in to change notification settings - Fork 3
Flutter
bootstraponline edited this page May 19, 2019
·
8 revisions
~/.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 requires changing imports. Not compatible with published packages.