Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 721 Bytes

File metadata and controls

25 lines (15 loc) · 721 Bytes

🌳 Flutter Setup

We have set up instructions for Linux, MacOS, and Windows.

{% hint style="warning" %} Flutter version 3.7.9 is the version that AppFlowy is built and tested on. If you installed Flutter before, make sure the version matches AppFlowy's. And don't forget to run the following command to active the protoc plugin.

dart pub global activate protoc_plugin

{% endhint %}

{% hint style="warning" %} Rust version 1.65 is the version that AppFlowy is built and tested on. If you installed Rust before, make sure the version matches AppFlowy's. {% endhint %}

Building on Linux

Building on MacOS

Building on Windows