반응형
프로젝트 루트에서 배포
```
flutter build appbundle
```
APK 배포
```
flutter build apk --split-per-abi
```
release 모드로 테스트
```
flutter run --release
```
'graphql + flutter' 카테고리의 다른 글
[flutter] pubspec.yaml 에서 facebook_audience_network 추가시 Namespace not specified. Specify a namespace in the module's build file 오류가 출력될경우 (0) | 2024.02.18 |
---|---|
[mongodb] 문자열 치환하여 특정필드에 저장하기 (0) | 2024.02.13 |
[flutter] android 배포시 암호화 (0) | 2024.02.04 |
[flutter] sizer 패키지 오류현상[appbar와 bottomNavigationBar 사라지는 현상] (0) | 2024.02.04 |
[IOS] mac 과 iphone 연결시 "신뢰하시겠습니까" 알람 깜박거림 (0) | 2024.02.01 |