Robert Virkus
Robert Virkus
@anhtuan23 there were similar problems in the past, limiting the webview's height was working but the actual value was device and memory dependent.
Thanks a lot for your error reports. I plan to introduce a proper foreground service on Android so that users have a standardized way to keep up connections without the...
How do run your code? The print method truncates output after a couple of lines - at least in the debug output window.
In may case I had to move the `.env` file into the root of my project, then it worked fine. So in pubspec.yaml I have: ```yaml assets: - .env ```
I am also interested in a workaround. Not to be able to use images from the Android and iOS keyboards is a major constraint for any communication app.
assuming to be not relevant anymore
Thanks to the PR of [r-oman-G](https://github.com/r-oman-G) I was able to implement web support using [web_socket_channel](https://pub.dev/packages/web_socket_channel) , compare https://github.com/centrifugal/centrifuge-dart/pull/73
Hi, yep, it's totally fine to also mention Delta Chat here, I will align that with Holger and Björn from the Delta Chat project. Delta Chat and COI share a...
I hope the following helps: Running a Flutter web app with the new bootstrap.js integration will crash when the `--web-renderer canvaskit` parameter is given in `flutter run`. Steps to reproduce:...
I hope you have seen the updated Readme. Check out the Maily project for details.