schulcloud-flutter icon indicating copy to clipboard operation
schulcloud-flutter copied to clipboard

Working Download Files on iOS

Open janrenz opened this issue 5 years ago • 3 comments

Thanks to marcelgarus for helping me out here

janrenz avatar Mar 02 '20 21:03 janrenz

Flutter Analyze found 0 issues ✅

Generated by :no_entry_sign: Danger

github-actions[bot] avatar Mar 02 '20 21:03 github-actions[bot]

There still seems to be an issue (race condition?) with the SQLITE DB: execute query: SELECT * FROM task WHERE task_id = "org.schulcloud.download.background.1583189560.930137.1" ORDER BY id DESC LIMIT 1 open DB successfully database is locked Load task successfully

janrenz avatar Mar 02 '20 23:03 janrenz

Of course, we'll still have to fix that error. The code seems fine, but we'll probably wait for the new version of the flutter_downloader package, which I'm currently working on.

MarcelGarus avatar Mar 11 '20 14:03 MarcelGarus