Flutter Install Guide
Provided by Jonathan YatacoIf you're participating in our Flutter workshops, you will need to have Flutter installed prior to the start of the event.
We've put together some instructions to help get you started, but note that this information serves as a supplement to the installation instructions found on the official Flutter website.
For the full official instructions, navigate to
flutter.dev/docs/get-startedIntroduction
NOTE: This document serves as a supplement to the installation instructions that are found on the flutter website. Flutter is available to install on all major operating systems and the official instructions for installing it on each OS can be found here:
This document will only go over instructions for installing Flutter on Windows and Mac OS. Both documents will only cover setting up Flutter for use with emulators. For instructions on how to deploy a Flutter app to your actual iOS/Android device, please refer to the
official installation guides. Again this document is a supplementary reference to the official guides.
After following the official instructions or the supplementary references, you can set up a text editor that will be used for flutter development. Instructions on how to set up a text editor/IDE can be found
here. Both Android Studio and Visual Studio Code can be used for Flutter development and both have great Flutter/Dart plugins to support your development environment.
If you have any questions during installation, post your question on the
#tech-help channel of our official Discord server
https://go.dscfau.com/discord. Thanks 👨🏽💻