Sven Op de Hipt

Results 7 issues of Sven Op de Hipt

- Update image version - Update dart version - Add null safety - Add final where possible

Replaced dart.library.html with dart.library.js_interop to support the new javascript interop (https://dart.dev/interop/js-interop and https://dart.dev/interop/js-interop/package-web#conditional-imports).

Is it possible to add support for visionOS (not just the iPad app)?

### Contribution guidelines - [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... I understand that not following...

bug

I update the flutter code to use the new js_interop (https://dart.dev/interop/js-interop). I did replace universal_http with package web and dart.library.html with dart.library.js_interop

I did add non blocking async (suspend) function as an alternative to the blocking non async functions. I had to add one dependency to support this workflow (kotlinx-coroutines-core), which is...