Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:tools:flutter_development_machine:start [2021/07/22 17:36] – roy.lee | development:tools:flutter_development_machine:start [2023/12/17 14:57] (current) – [Setting up] don.lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Setting Up Flutter | + | ====== Setting Up Flutter |
===== Setting up ===== | ===== Setting up ===== | ||
- | First Set up the following tools | ||
- | [[development: | + | First Set up the following |
- | [[development: | + | * [[development: |
- | + | * Git | |
- | [[development: | + | |
- | + | | |
- | [[development: | + | |
- | + | ||
- | [[development: | + | |
===== Building the app ===== | ===== Building the app ===== | ||
Line 28: | Line 25: | ||
* In Visual Studio Code, choose the device you will run the code and start debugging by pressing '' | * In Visual Studio Code, choose the device you will run the code and start debugging by pressing '' | ||
- | <WRAP center round important | + | <WRAP center round important |
If you fail to build to ios try right clicking on the '' | If you fail to build to ios try right clicking on the '' | ||
+ | </ | ||
+ | |||
+ | <WRAP center round important 80%> | ||
+ | If you are using an Apple Silicon Macbook and face build errors with CocoaPods try installing ffi with | ||
+ | < | ||
+ | sudo arch -x86_64 gem install ffi | ||
+ | </ | ||
+ | then re-install dependencies with | ||
+ | < | ||
+ | sudo arch -x86_64 gem install ffi | ||
+ | </ | ||
+ | see [[https:// | ||
</ | </ | ||
Line 35: | Line 44: | ||
===== Possible Problems and Issues ===== | ===== Possible Problems and Issues ===== | ||
+ | Have a look at the articles for Flutter at our Staff Wiki | ||
+ | |||
+ | [[staff: | ||
+ | |||
+ | [[staff:lee roy:|Lee, Roy]] |