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:25] – 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 ===== | ||
| - | [[development: | + | First Set up the following |
| - | [[development: | + | * [[development: |
| - | + | * Git | |
| - | [[development: | + | |
| - | + | | |
| - | [[development: | + | |
| - | + | ||
| - | [[development: | + | |
| ===== Building the app ===== | ===== Building the app ===== | ||
| Line 25: | Line 23: | ||
| storeFile=< | storeFile=< | ||
| </ | </ | ||
| + | * In Visual Studio Code, choose the device you will run the code and start debugging by pressing '' | ||
| + | |||
| + | <WRAP center round important 80%> | ||
| + | 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:// | ||
| + | </ | ||
| + | |||
| ===== 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]] | ||