CogBoard Mobile will let you to connect to existing instances of CogBoard giving you a quick access to project status.
- Download and install Flutter SDK
- option A (Recommended) - Download and install Android Studio
- option B - Download and install IntelliJ IDE
- Install
Flutter
andDart
plugins in IDE (GoToFile -> Settings -> Plugins
) - Clone this project to your PC
git clone [email protected]:wttech/cogboard-mobile.git
- Open project in IDE - when IDE ask for installing Android SDK install it
- Make sure that
flutter
is added topath
env. variable (runflutter -h
to check) - Run
flutter doctor
from project root to check if configuration is completed
- On a mobile device enable Developer Options.
- In Developer Options enable USB debugging.
- Connect mobile device to your PC via cable.
- Allow USB debugging if you are prompted with such question.
- Open your IDE and in the select device dropdown choose your mobile device.
- Press run, app will be installed on a mobile device.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutor