From c94499ad4311be2c99e3dc94eaa4894e54b12e07 Mon Sep 17 00:00:00 2001 From: ZhuJHua <1624109111@qq.com> Date: Wed, 22 Jan 2025 14:29:22 +0800 Subject: [PATCH] chore: update Flutter version to 3.27.3 Update the Flutter version to 3.27.3 and adjust the minimum SDK constraints in pubspec.yaml. Update the Flutter version badge in the README files. --- .fvmrc | 2 +- README.md | 10 +++++----- README.zh.md | 10 +++++----- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.fvmrc b/.fvmrc index 4de1bea..d7891c2 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.27.2" + "flutter": "3.27.3" } \ No newline at end of file diff --git a/README.md b/README.md index 995cb41..7d5639c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

Official forum丨QQ Group: 760014526丨Telegram: openmoodiary

- + @@ -87,10 +87,10 @@ Use it by downloading the compiled installation package in Release, or manually > I always use the latest Flutter version (if possible), using newer versions will bring more features and better performance improvements, never use older versions unless you want your code to become a piece of 💩 -- Flutter SDK (>= 3.27.2 Stable) (It is recommended to use FVM to manage the Flutter version) -- Dart (>= 3.6.1) -- Rust Toolchain (Optional) -- Clang/LLVM (Optional) +- Flutter SDK (>= 3.27.0 Stable) (It is recommended to use FVM to manage the Flutter version) +- Dart (>= 3.6.0) +- Rust Toolchain +- Clang/LLVM - Compatible IDE (e.g. Android Studio, Visual Studio Code) #### Installation procedure diff --git a/README.zh.md b/README.zh.md index 2c4f6ac..c444917 100644 --- a/README.zh.md +++ b/README.zh.md @@ -8,7 +8,7 @@

官方论坛丨QQ群: 760014526丨Telegram: openmoodiary

- + @@ -88,10 +88,10 @@ > 我总是会使用最新的 Flutter 版本(如果可能的话),使用新版本可以带来更多的功能和更好的性能提升,永远不要使用老版本除非你希望代码变成一坨 💩 -- Flutter SDK (>= 3.27.2 Stable)(建议使用 fvm 来管理 flutter 版本) -- Dart (>= 3.6.1) -- Rust 工具链(可选) -- Clang/LLVM(可选) +- Flutter SDK (>= 3.27.0 Stable)(建议使用 fvm 来管理 flutter 版本) +- Dart (>= 3.6.0) +- Rust 工具链 +- Clang/LLVM - 兼容的 IDE(如 Android Studio、Visual Studio Code) #### 安装步骤 diff --git a/pubspec.lock b/pubspec.lock index 917375c..6528d5e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2864,5 +2864,5 @@ packages: source: hosted version: "2.0.3" sdks: - dart: ">=3.6.1 <4.0.0" - flutter: ">=3.27.2" + dart: ">=3.6.0 <4.0.0" + flutter: ">=3.27.0" diff --git a/pubspec.yaml b/pubspec.yaml index 3e1b055..e59189b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,8 +4,8 @@ publish_to: 'none' version: 2.7.1+71 environment: - sdk: '>=3.6.1' - flutter: '>=3.27.2' + sdk: '>=3.6.0' + flutter: '>=3.27.0' dependencies: flutter: