View and run jobs from your mobile device!
This is a Flutter app written as an experiment for interacting with the CircleCI API. Despite being an employee of CircleCI, this should not be considered an official app.
Flutter is required to build this project. IntelliJ IDEA is the easiest way to get up and running with the Fluter plugin, and generally recommended as the editor for playing with this project.
Currently, only Android is officially supported, but theoretically it should be possible to build for iOS as well.
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
will generate APKs for each
platform that can be installed on the device. Otherwise, flutter install
can be used to install the app on a device
connected with debugging enabled.