An open API service indexing awesome lists of open source software.

https://github.com/gmemstr/deploy-app

CircleCI API Client written in Dart + Flutter
https://github.com/gmemstr/deploy-app

Last synced: 7 months ago
JSON representation

CircleCI API Client written in Dart + Flutter

Awesome Lists containing this project

README

          

# 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](https://flutter.dev/docs/get-started/install) is required to build this project.
[IntelliJ IDEA](https://www.jetbrains.com/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.