trilliumlab / forest-park-reports-app

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

Use isolates for hazard reporting functions #42

Open elliotnash opened 2 months ago

elliotnash commented 2 months ago

Use dart isolates for hazard create and hazard update create. This will prevent the image XFile from being read in one isolate and then copied to another as it can be directly read in the processing isolate.