Skip to content

MaltePetersen/thurstful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thurstful

A drinking game similar to picolo.

Getting Started

This project is written with the framework flutter. The backend of the project is written with the help of the framework spring It is already deployed through heroku and can be found here:

We are using the free plan from heroku therefore if the server was not used for a few minutes it will need 30 seconds to start first before processing your request. The code of the backend can be found here:

Prerequisites

You need to install flutter to run the app to do so please follow the instruction in the link:

https://flutter.dev/docs/get-started/install

Dont forget to set up an android emulator aswell!

Installing

A step by step series of examples that tell you how to get a development env running

To run the applcation use:

flutter run

in this folder.

If your emulator is configured the right way the application should start on it. if anything is not working as it should be try to find the solution through this command

flutter doctor

It will show you what is missing.

Build as APK

To build the apk you use the command:

flutter build apk

For troubleshouting or for insturctions for IOS look into here.

Deployment

To deploy the apk to your phone you first need to connect it using the debug mode of your phone if this connection was successful you can deploy the application as an apk with:

flutter install

For troubleshouting or for insturctions for IOS look into here.