cyberpwned
cyberpunk 2077 hacking minigame resolver – play store: https://play.google.com/store/apps/details?id=com.nicolassiplis.cyberpwned
requirements
- flutter
- currently tested with version 2.0
- https://flutter.dev/
- a personal firebase project
- required to get a valid google-services.json file
- https://support.google.com/firebase/answer/7015592?hl=en
- android studio/intellij with flutter plugin
- not entirely required, but should allow you to test the app without having to side-load it into your phone
installing and running
make sure you copy your google-services.json file to android/app, otherwise you’ll get a build error and won’t be able to compile the application.
there are several ways of trying out the app:
- from the command line, you can do
flutter build apk
which should generate an app-release.apk file in build/outputs/apk/release. you should then be able to side-load the app into your phone. - if you’re using android studio/intellij with the flutter plugin installed, take a look at the following guide: https://flutter.dev/docs/get-started/test-drive?tab=androidstudio. assuming you’re using an emulator, you’ll need to configure a webcam to actually test the app: https://stackoverflow.com/a/30792615/4572619.
- if you’d like to run the application on your device without having to side-load it: https://stackoverflow.com/a/54526682/4572619
- if you’re willing to side-load the apk file, download it from: https://github.com/nicolas-siplis/cyberpwned/releases
Comments are closed.