Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 592 Bytes

sim-assistant

An app for helping people who enjoy Star Trek / Other simming to listen to posts in the game while driving or doing chores. This is still a work in progress. I wrote it both to teach myself modern Android development and software engineering techniques as well as to have some fun.

Dev Setup

Before working on this project you will need to have Flutter installed. Once Flutter is installed on your machine go to the flutter_module dir of this project and run

flutter packages get

to load the dependencies. Once that is done do the gradle build on your machine.