gmemstr / deploy-app

CircleCI API Client written in Dart + Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CircleCI API Client written in Dart + Flutter


Languages

Language:Dart 98.6%Language:Kotlin 1.4%