diff --git a/README.md b/README.md index b455edb..995cb41 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,10 @@ Use it by downloading the compiled installation package in Release, or manually #### Environmental requirement -- Flutter SDK (>= 3.27.0) -- Dart (>= 3.6.0) +> 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) - Compatible IDE (e.g. Android Studio, Visual Studio Code) diff --git a/README.zh.md b/README.zh.md index 8397807..2c4f6ac 100644 --- a/README.zh.md +++ b/README.zh.md @@ -15,6 +15,7 @@ + ## ✨ 功能特性 - **跨平台支持**:🌍 兼容 Android、iOS、Windows、MacOS、Linux\*。 @@ -85,8 +86,10 @@ #### 环境要求 -- Flutter SDK (>= 3.27.0) -- Dart (>= 3.6.0) +> 我总是会使用最新的 Flutter 版本(如果可能的话),使用新版本可以带来更多的功能和更好的性能提升,永远不要使用老版本除非你希望代码变成一坨 💩 + +- Flutter SDK (>= 3.27.2 Stable)(建议使用 fvm 来管理 flutter 版本) +- Dart (>= 3.6.1) - Rust 工具链(可选) - Clang/LLVM(可选) - 兼容的 IDE(如 Android Studio、Visual Studio Code)