9 lines
245 B
Prolog
9 lines
245 B
Prolog
# ===== Flutter / JSON Model 保留规则 =====
|
|
-keep class **.models.** { *; }
|
|
-keep class **.entities.** { *; }
|
|
-keep class **.dto.** { *; }
|
|
|
|
# 如果你用 dio + json_serializable / gson
|
|
-keepattributes Signature
|
|
-keepattributes *Annotation*
|