Semester 4 - Smart mobile

By Joris Brugman & Morris Hannessen

Overview

Introduction

This document serves as the handlebars for finding your way around this mess project's documentation & code. All the code and/or documentation produced here is made to provide evidence to pass Fontys ICT 'Smart mobile' semester 4.

Organizations & repositories

Getting started

  1. Follow Flutter's getting started guide all the way up until you've got a working version of Flutter on the device of your choice.
  2. Open a terminal in the working directory.
  3. Run flutter devices to see the available devices. A device id should be visible the 2nd column.
  4. Run flutter run -d {DEVICE_ID}.
  5. Open the app on the device.
  6. Enjoy!