[PR #1923] [MERGED] fix(appflowy_flutter): Flutter Version Reset Error #5017

Closed
opened 2026-03-23 22:16:50 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1923
Author: @AmanNegi
Created: 3/4/2023
Status: Merged
Merged: 3/16/2023
Merged by: @LucasXu0

Base: mainHead: fix-flutter-version-reset


📝 Commits (6)

  • b37d88f fix(appflowy_flutter): Version Reset Error
  • 19d892b fix(app_flowy): Error in MacOS script
  • d4ab941 fix(app_flowy): Commit Structure
  • 84c7683 Merge branch 'AppFlowy-IO:main' into fix-flutter-version-reset
  • d6d856c fix: path reset
  • 256fc86 chore: change to LF from CTLF

📊 Changes

3 files changed (+82 additions, -30 deletions)

View changed files

📝 frontend/scripts/install_dev_env/install_linux.sh (+34 -17)
📝 frontend/scripts/install_dev_env/install_macos.sh (+26 -8)
📝 frontend/scripts/install_dev_env/install_windows.sh (+22 -5)

📄 Description

  • flutter channel stable was causing the FlutterSDK to upgrade to its latest version.
  • Added code to fix this behavior.
  • Tested on Windows and Linux.

Issue: #1912


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1923 **Author:** [@AmanNegi](https://github.com/AmanNegi) **Created:** 3/4/2023 **Status:** ✅ Merged **Merged:** 3/16/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix-flutter-version-reset` --- ### 📝 Commits (6) - [`b37d88f`](https://github.com/AppFlowy-IO/AppFlowy/commit/b37d88fb8d51f48ce76539c9069fa6edb230a881) fix(appflowy_flutter): Version Reset Error - [`19d892b`](https://github.com/AppFlowy-IO/AppFlowy/commit/19d892bc78afb4cc82e54d51b2d2a48314c5bb48) fix(app_flowy): Error in MacOS script - [`d4ab941`](https://github.com/AppFlowy-IO/AppFlowy/commit/d4ab9412992185ac24e93c6acb6d627b4f7a9e22) fix(app_flowy): Commit Structure - [`84c7683`](https://github.com/AppFlowy-IO/AppFlowy/commit/84c7683fa6a0a9855cd88751745b42bfb160069c) Merge branch 'AppFlowy-IO:main' into fix-flutter-version-reset - [`d6d856c`](https://github.com/AppFlowy-IO/AppFlowy/commit/d6d856c386f3247e914f66bba9352c191c9bfad6) fix: path reset - [`256fc86`](https://github.com/AppFlowy-IO/AppFlowy/commit/256fc867cba995df823e51bf79afdc54613435b3) chore: change to LF from CTLF ### 📊 Changes **3 files changed** (+82 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `frontend/scripts/install_dev_env/install_linux.sh` (+34 -17) 📝 `frontend/scripts/install_dev_env/install_macos.sh` (+26 -8) 📝 `frontend/scripts/install_dev_env/install_windows.sh` (+22 -5) </details> ### 📄 Description - `flutter channel stable` was causing the FlutterSDK to upgrade to its latest version. - Added code to fix this behavior. - Tested on Windows and Linux. Issue: #1912 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5017
No description provided.