schulcloud-flutter
schulcloud-flutter copied to clipboard
Working Download Files on iOS
Thanks to marcelgarus for helping me out here
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
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.