trilliumlab / forest-park-reports-app

A hazard-tracking app for Forest Park, Portland
MIT License
1 stars 1 forks source link

Feature/offline reporting #47

Closed elliotnash closed 2 months ago

elliotnash commented 2 months ago

Switches to native background uploading (using flutter_uploader) for hazard reporting and updating. Migrate database to Drift, which is an ORM built on sqlite. Drift has built in cross threading support, which makes accessing the db possible in events from native code.

Closes #29 Closes #27