我的tab 私聊页面 UI修改

This commit is contained in:
huangjian
2021-03-11 18:47:17 +08:00
parent 4321f3d271
commit 641e3b0bf2
69 changed files with 331 additions and 2483 deletions

View File

@@ -375,3 +375,13 @@
public static ** inflate(***);
}
#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.embedding.android.** { *; }
-keep class io.flutter.plugins.** { *; }
-keep class com.yuxiaor.flutter.g_faraday.** { *; }