open:flutter-run

flutter run

flutter run -d chrome --web-hostname localhost --web-port 7357
 
flutter run -d web-server --web-hostname 0.0.0.0 --web-port 7357

export ANDROID_SDK_ROOT="/Users/$USER/Library/Android/sdk"
export ANDROID_HOME=$ANDROID_SDK_ROOT

flutter config --android-sdk <path-to-your-android-sdk-path>

  • open/flutter-run.txt
  • 마지막으로 수정됨: 2023/07/15 05:06
  • 저자 MORO