Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(readme): update Flutter and Dart version requirements #132

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(readme): update Flutter and Dart version requirements
- Updated Flutter SDK requirement to >= 3.27.2 Stable.
- Updated Dart requirement to >= 3.6.1.
- Added a note encouraging the use of the latest Flutter version and recommending FVM for Flutter version management.
  • Loading branch information
ZhuJHua committed Jan 21, 2025
commit 7fee9ae8ae1a57145344253db07ffae3a6e7aa7d
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<img src="https://img.shields.io/github/license/ZhuJHua/moodiary?style=for-the-badge&color=4ac6b7">
</div>


## ✨ 功能特性

- **跨平台支持**:🌍 兼容 Android、iOS、Windows、MacOS、Linux\*。
Expand Down Expand Up @@ -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)
Expand Down
Loading