flutter 相关混淆
Open
- Dominant language
- Java
- Stars
- 567
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
# https://github.com/flutter/flutter
```
#Flutter Wrapper
-dontwarn io.flutter.**
-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.** { *; }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.