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

https://github.com/wttech/cogboard-mobile

CogBoard Mobile provides a native mobile version of CogBoard for Android and iOS
https://github.com/wttech/cogboard-mobile

Last synced: about 1 year ago
JSON representation

CogBoard Mobile provides a native mobile version of CogBoard for Android and iOS

Awesome Lists containing this project

README

          


Wunderman Thompson Technology logo Logo

[![Build Status](https://api.travis-ci.org/wttech/cogboard.svg?branch=master)](https://travis-ci.org/wttech/cogboard-mobile)

# CogBoard Mobile


Cogboard Mobile Logo

CogBoard Mobile will let you to connect to existing instances of CogBoard giving you a quick access to project status.

# Getting started

## Prerequisites

1. Download and install [Flutter SDK](https://flutter.dev/docs/get-started/install)
2. option A (Recommended) - Download and install [Android Studio](https://developer.android.com/studio)
2. option B - Download and install [IntelliJ IDE](https://www.jetbrains.com/idea/download)
3. Install `Flutter` and `Dart` plugins in IDE (GoTo `File -> Settings -> Plugins`)
4. Clone this project to your PC `git clone git@github.com:wttech/cogboard-mobile.git`
5. Open project in IDE - when IDE ask for installing Android SDK install it
6. Make sure that `flutter` is added to `path` env. variable (run `flutter -h` to check)
7. Run `flutter doctor` from project root to check if configuration is completed

## Running CogBoard Mobile on emulator

[tutorial](https://www.youtube.com/watch?v=OYSRHi-dLl4)

## Running CogBoard Mobile on connected device

1. On a mobile device enable Developer Options.
2. In Developer Options enable USB debugging.
3. Connect mobile device to your PC via cable.
4. Allow USB debugging if you are prompted with such question.
5. Open your IDE and in the select device dropdown choose your mobile device.
6. Press run, app will be installed on a mobile device.

## Additional Info for Flutter projects

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutor