AppFlowy-IO / AppFlowy-Docs

Other
73 stars 91 forks source link

[fix] Update Flutter Version present in Docs #71

Closed AmanNegi closed 1 year ago

AmanNegi commented 1 year ago

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

AmanNegi commented 1 year ago

I would love to update the version in the docs.

annieappflowy commented 1 year ago

Thank you! I assigned this to you.

tomlevisse commented 1 year ago

@AmanNegi no version precised on windows install

AmanNegi commented 1 year ago

@tomlevisse Yes this is done precisely as the install_dev_env script now does the setting up of Flutter SDK for us.