1. andorid/app/proguard-rules.pro 생성
2. 아래 코드 삽입
# https://github.com/flutter/flutter/issues/78625#issuecomment-804164524
#-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.** { *; }
-keep class io.flutter.util.** { *; }
-keep class io.flutter.view.** { *; }
#-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-keep class cohttp://m.google.android.play.core.splitcompat.SplitCompatApplication
-keep class cohttp://m.google.android.play.core.splitcompat.SplitCompatApplication { *; }
-keep class cohttp://m.google.android.play.core.splitinstall.SplitInstallService
-keep class cohttp://m.google.android.play.core.splitinstall.SplitInstallService { *; }
-keep class cohttp://m.kakao.sdk.**.model.* { <fields>; }
# R8 full mode strips generic signatures from return types if not kept.
-if interface * { @retrofit2.http.* public *** *(...); }
-keep,allowoptimization,allowshrinking,allowobfuscation class <3>
-dontwarn io.flutter.embedding.**
-dontwarn org.videolan.R$id
3.android/app/build.gradle 에 buildType 수정
'graphql + flutter' 카테고리의 다른 글
[mongodb] 문자열 치환하여 특정필드에 저장하기 (0) | 2024.02.13 |
---|---|
[flutter] 안드로이드 배포 (0) | 2024.02.08 |
[flutter] sizer 패키지 오류현상[appbar와 bottomNavigationBar 사라지는 현상] (0) | 2024.02.04 |
[IOS] mac 과 iphone 연결시 "신뢰하시겠습니까" 알람 깜박거림 (0) | 2024.02.01 |
[flutter] 안드로이드 배포시 버전 업 (0) | 2024.01.31 |