Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 357 Bytes

tradule

메모

flutter pub run build_runner watch 웹 CORS 끄기: --web-browser-flag "--disable-web-security"

web build

flutter build web --release --web-renderer html

iOS build

flutter build ios --release flutter build ipa --obfuscate --split-debug-info=./build/ios/debug-info

Android build

flutter build apk --release