You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
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