Skip to content

A Flutter application for ARTSIDEOUT 2020

License

Notifications You must be signed in to change notification settings

csecutsc/artsideout_app

 
 

Repository files navigation

ARTSIDEOUT App

Flutter Build Netlify Status

A Flutter application for UTSC's ARTSIDEOUT event. This application runs on Android, iOS and the web.

Getting Started

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

Contributing

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

About

A Flutter application for ARTSIDEOUT 2020

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.9%
  • Ruby 1.3%
  • Other 0.8%