Skip to content

Drinking Game Assistant App made for iOS aswell as Android in Flutter.

Notifications You must be signed in to change notification settings

slkaral/SaufAppFlutter

 
 

Repository files navigation

Drinkr

Travis (.com) GitHub release (latest by date) Codefactor Rating

Installing / Testing the app

Download the latest release from the releases tab on the right.

Android
Not sure what do download?
File Requisites
arm64-v8a-signed.apk Almost any modern android phone. If this doesn't install, try the one below
armeabi-v7a-signed.apk Any older or low end android phone. Try this if the one above fails to install.
x86_64-signed.apk For android on desktop. Not important for most people
bundle-unsigned.aab Ignore
unsigned.zip Ignore
  1. Downloaded a file according to your device from the releases tab.
  2. Install the apk on your phone, if you need help, look here
  3. Have fun
iOS
  1. Download the app.ipa from the Releases.
  2. The app is not signed as it is provided here. You need to sign it via your developer keys or external application, for example AltStore (no Jailbreak required) or AppSyncUnified (Jailbreak required).
  3. Have fun.
Build it yourself
  1. Install the flutter sdk on your device, if you are not sure how, look here
  2. Clone the repository via git or download it via the Code button on the top-left of the page.
  3. Extract the .zip file and open a terminal there
  4. Install
    1. Android: type flutter build apk. When the program is done it will return a path to the file built.
    2. iOS (only on mac): type flutter build ios --no-codesign. When the program is done it will return a path to the file built.
  5. Install it on your device as explained above.

About

Drinking Game Assistant App made for iOS aswell as Android in Flutter.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 97.6%
  • Ruby 2.1%
  • Other 0.3%