A Flutter application for UTSC's ARTSIDEOUT event. This application runs on Android, iOS and the web.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Once you get Flutter installed, you must switch to the beta channel to use Flutter on the web
$ flutter channel # check your channel
$ flutter channel beta
$ flutter upgrade
$ flutter config --enable-web
Setup repo and test Flutter on the web config
# cd to where you want the application
$ git clone https://github.com/csecutsc/artsideout_app.git
$ flutter pub get && flutter pub upgrade # update your package list
$ flutter run -d chrome # test if web is enabled
Make a feature branch and submitting a pull request
$ git branch feature-<mynewfeaturename>
# Add, commit
$ git push origin feature-<mynewfeaturename>
# Then submit a pull request