[GH-ISSUE #2267] [doc] Update Flutter Version present in Docs #935

Closed
opened 2026-03-23 20:43:19 +00:00 by mirror · 2 comments
Owner

Originally created by @AmanNegi on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2267

Bug Description

In Flutter Setup, the wrong Flutter version is being used in the code snippet provided, as mentioned it would be nice to upgrade it to 3.7.9.

How to Reproduce

Simply follow this link. Under Step 2 you will find the following snippet:

git clone https://github.com/flutter/flutter.git --branch 3.3.10
cd flutter
echo -e "\nexport PATH=\$PATH:"`pwd`"/bin" >> ~/.bashrc
source ~/.bashrc
flutter
cd ..

Expected Behavior

We should update the Flutter Version like it is updated in the rest of the page.

Operating System

Windows 10

AppFlowy Version(s)

0.1.2

Screenshots

image

Additional Context

No response

Originally created by @AmanNegi on GitHub (Apr 15, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2267 ### Bug Description In [Flutter Setup](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/environment-setup/building-on-linux), the wrong `Flutter` version is being used in the code snippet provided, as mentioned it would be nice to upgrade it to `3.7.9`. ### How to Reproduce Simply follow this [link](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/environment-setup/building-on-linux). Under `Step 2` you will find the following snippet: ```shell git clone https://github.com/flutter/flutter.git --branch 3.3.10 cd flutter echo -e "\nexport PATH=\$PATH:"`pwd`"/bin" >> ~/.bashrc source ~/.bashrc flutter cd .. ``` ### Expected Behavior We should update the Flutter Version like it is updated in the rest of the page. ### Operating System Windows 10 ### AppFlowy Version(s) 0.1.2 ### Screenshots ![image](https://user-images.githubusercontent.com/37607224/232230329-7c0c09eb-7365-42e3-b366-66f1b4f356ea.png) ### Additional Context _No response_
Author
Owner

@AmanNegi commented on GitHub (Apr 15, 2023):

I would love to update the version in the docs.

<!-- gh-comment-id:1509853300 --> @AmanNegi commented on GitHub (Apr 15, 2023): I would love to update the version in the docs.
Author
Owner

@AmanNegi commented on GitHub (Apr 15, 2023):

Shifted to AppFlowyDocs

<!-- gh-comment-id:1509926281 --> @AmanNegi commented on GitHub (Apr 15, 2023): Shifted to [AppFlowyDocs](https://github.com/AppFlowy-IO/AppFlowy-Docs/issues/71)
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#935
No description provided.