SENG 480A Startup Programming project repository. SiteReady - bridging the construction communication gap between office and worksite.
The Project Page can be found here.
A Live Demo can be found here.
Looking for deliverables? Check out the Wiki for this project
How to Run:
Requirements:
Follow these instructions to download and install the Flutter SDK, and follow the flutter doctor
to ensure your environment has everything it needs.
Once everything is set, just open the project in VS Code or any editor, navigate to main.dart
and run the file. Alternatively, run the command flutter run
in CMD.
Licensing
All rights reserved. This code may not be copied, modified, or distributed without permission.
Server files altered from https://github.com/dart-lang/samples/tree/main/server/simple by Dart DevRel