API Key와 같이 보안이 중요한 값들은 난독화를 진행하여 디컴파일과 리버스 엔지니어링으로부터 보호해야 한다
-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.** { *; }
-dontwarn io.flutter.embedding.**
-keep class com.google.firebase.** { *; }
## firebase 사용했기에 추가한 내용
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'