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.
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.