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