Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.24 KB

DEPLOY - CircleCI Mobile Client

Get it on Google Play

View and run jobs from your mobile device!

About

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.

Building

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.