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

chore: update Flutter version to 3.27.3 #139

Merged
merged 1 commit into from
Jan 22, 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
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.27.2"
"flutter": "3.27.3"
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p align="center"><a href="https://answer.moodiary.net" target="_blank">Official forum</a>丨QQ Group: <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=xGr0TNp_X1z3XEn09_iE_iGSLolQwl6Y&jump_from=webapi&authKey=ZmSb2oEd94FSXxBXRBq53hgTjjvcfmgkQrduB3uL12XtRylPmRlO2OdFz6R25tIo">760014526</a>丨Telegram: <a target="_blank" href="https://t.me/openmoodiary">openmoodiary</a></p>

<div align="center">
<img src="https://img.shields.io/badge/Flutter-3.27.2-blue?style=for-the-badge">
<img src="https://img.shields.io/badge/Flutter-3.27.3-blue?style=for-the-badge">
<img src="https://img.shields.io/github/repo-size/ZhuJHua/moodiary?style=for-the-badge&color=ff7070">
<img src="https://img.shields.io/github/stars/ZhuJHua/moodiary?style=for-the-badge&color=965f8a">
<img src="https://img.shields.io/github/v/release/ZhuJHua/moodiary?style=for-the-badge&color=4f5e7f">
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p align="center"><a href="https://answer.moodiary.net" target="_blank">官方论坛</a>丨QQ群: <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=xGr0TNp_X1z3XEn09_iE_iGSLolQwl6Y&jump_from=webapi&authKey=ZmSb2oEd94FSXxBXRBq53hgTjjvcfmgkQrduB3uL12XtRylPmRlO2OdFz6R25tIo">760014526</a>丨Telegram: <a target="_blank" href="https://t.me/openmoodiary">openmoodiary</a></p>

<div align="center">
<img src="https://img.shields.io/badge/Flutter-3.27.2-blue?style=for-the-badge">
<img src="https://img.shields.io/badge/Flutter-3.27.3-blue?style=for-the-badge">
<img src="https://img.shields.io/github/repo-size/ZhuJHua/moodiary?style=for-the-badge&color=ff7070">
<img src="https://img.shields.io/github/stars/ZhuJHua/moodiary?style=for-the-badge&color=965f8a">
<img src="https://img.shields.io/github/v/release/ZhuJHua/moodiary?style=for-the-badge&color=4f5e7f">
Expand Down Expand Up @@ -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)

#### 安装步骤
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading