Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 906 Bytes

File metadata and controls

24 lines (15 loc) · 906 Bytes

🌳 Flutter Setup

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

{% hint style="warning" %} Flutter version 3.27.4 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 activate the protoc plugin.

dart pub global activate protoc_plugin 21.1.2

{% endhint %}

{% hint style="warning" %} Rust version updates regularly (currently 1.80.1). If you have installed Rust before, make sure the stable version matches AppFlowy's (see RUST_TOOLCHAIN in .github/workflows). {% endhint %}

Building on Linux

Building on MacOS

Building on Windows

Building on iOS