fix:flutter的sdk过高,适应当前开发版本

This commit is contained in:
jingyun
2026-06-03 10:17:17 +08:00
parent 634ae98dec
commit 4a632ba60f
3 changed files with 22 additions and 20 deletions
+1 -2
View File
@@ -17,9 +17,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
environment:
sdk: ^3.12.1
sdk: ">=3.9.0 <4.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions