tree: 3830f1f81ab0cb96214ce83ffcde3eaf3c70ef61 [path history] [tgz]
  1. assets/
  2. lib/
  3. flutter.yaml
  4. FLUTTER_VERSION
  5. Makefile
  6. pubspec.lock
  7. pubspec.yaml
  8. README.md
  9. shortcut_template
dart/README.md

SyncSlides

A simple multi-device presentation system built on Flutter and Syncbase

Prerequisites

Flutter

A clone of https://github.com/flutter/flutter/ at the commit # specified in FLUTTER_VERSION file must be available in a directory called flutter at the same level as $V23_ROOT directory.

Mojo

Mojo profile for Android target must be installed. You can run jiri v23-profile install --target=arm-android mojo to install it.

Dart

Mojo profile must be installed. You can run jiri v23-profile install dart to install it.

Android Setup

Currently Flutter requires an Android device running the Lollipop (or newer) version of the Android operating system. adb tool from Android SDK needs to be installed. Please follow instructions on setting up your android device here

Running SyncSlides

Connect your Android device via USB and ensure Android debugging is enabled, then execute:

make run