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
- Host: GitHub
- URL: https://github.com/gmemstr/deploy-app
- Owner: gmemstr
- Created: 2019-12-27T13:59:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T15:53:45.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T18:52:11.714Z (10 months ago)
- Language: Dart
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPLOY - CircleCI Mobile Client
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.
