syncslides: Port importDeck().

- Minor changes to DeckChooserFragment's importDeck
  - Don't use a DeckFactory.
  - Show a toast when the import completes.
  - Move it to a library class since it is mostly unrelated to the UI.
- Return a future from DB.importDeck() instead of just dropping
  any errors on the floor.

Change-Id: I4b40099a59c597aadf45efbee2750c373860527a
8 files changed
tree: 0b188c0e4ac1f163796db7b4e485468d0dccb832
  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