Bitrise Artifact Downloader
This is a flutter app which uses the Bitrise Api(https://api-docs.bitrise.io/) to show the bitrise projects and builds and lets you download your artifacts.
How to
- You need to generate a Bitrise Api key (https://devcenter.bitrise.io/api/authentication/)
- Download the flutter dependecies and run
flutter packages pub run build_runner build
- inside the project folder. This will generate classes used for the HTTPClient.
- Insert the Api key in the settings page.