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
- Host: GitHub
- URL: https://github.com/wttech/cogboard-mobile
- Owner: wttech
- Created: 2020-04-17T13:04:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T11:20:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T19:42:12.218Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 513 KB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/wttech/cogboard-mobile)
# CogBoard Mobile
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