您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
437B

  1. # Flutter wrapper
  2. -keep class io.flutter.app.** { *; }
  3. -keep class io.flutter.plugin.** { *; }
  4. -keep class io.flutter.util.** { *; }
  5. -keep class io.flutter.view.** { *; }
  6. -keep class io.flutter.** { *; }
  7. -keep class io.flutter.plugins.** { *; }
  8. # Firebase (if used)
  9. -keep class com.google.firebase.** { *; }
  10. # Preserve line numbers for debugging crashes
  11. -keepattributes SourceFile,LineNumberTable
  12. -renamesourcefileattribute SourceFile