proguard-rules.pro 268 B

12345678
  1. # Flutter / Dart
  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. -dontwarn io.flutter.**