Skip to content
Snippets Groups Projects

MobileEventLog

A cross plattform project for android and ios to log events offline everywhere and sync them to sensor. Developed with flutter.

Minimum Concept

  • Config page: Select the collection and get corresponding devices, get all event types. Store all this to a local configuraion.json file.

  • Log page: Allow selection of a device and adding a new event with all details. Add button adds the event to the staged events. Fields are not cleared but kept as they are.

  • Staged Event: Show all entered and not yet uploaded events. Allow modification of all fields here.

  • Synced Event: Show all uploaded events. Optionally filter by device.

Questions:

  • How to store not uploaded events locally? Dumping jsons to a file?, ObjectBox, SharedPreferences,