From 82001183c26842692a2f95d270feddd738ce257f Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 24 Jul 2025 10:58:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B0=202.0.0+2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 反映项目的重大功能改进 - 包含完整的参数注释优化 - 支持 requestBody 可选性处理 - 数组类型正确映射 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0e8ae97..41536de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: swagger_generator_flutter description: A Flutter project using generated API models -version: 1.0.0+1 +version: 2.0.0+2 environment: sdk: '>=3.0.0 <4.0.0'