syncslides: Editing notes.

Port the functionality for editing notes.  The old code handled this
differently: it would update the in-memory state in addition to
saving the notes to the DB.  This change switches to a unidirectional
flow of data, so it updates the DB and then watches for changes to
the notes.

Change-Id: Ie9757fd53b20f89e687378d5aa41b912ff0725e0
5 files changed
tree: fb9694420e9a39914fd64159288f2390d5f7eb0f
  1. android/
  2. dart/
  3. .gitignore
  4. AUTHORS
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. LICENSE
  8. PATENTS
  9. README.md
  10. schema.md
  11. VERSION
README.md

SyncSlides

A simple multi-device presentation system, with state synced across devices using Syncbase.

Java/Android Version

https://github.com/vanadium/syncslides/tree/master/android

Dart/Flutter Version

https://github.com/vanadium/syncslides/tree/master/dart