Maximilian Fornaçon
Maximilian Fornaçon
Did you test your code only in debug mode? As mentioned on [flutter.dev](https://flutter.dev/docs/testing/build-modes): "Application performance can be janky in debug mode. Measure performance in profile mode on an actual device."...
I guess I figured it out. ``` // First generate KeyPair KeyPair keyPair = await X25519().newKeyPair(); // To get the public key bytes you have to use SimplePublicKey SimplePublicKey publicKey...
For sdk: ">=2.12.0-0
I would also like to vote that at least an error message is displayed when the streams stop receiving data. Supabase and the supabase_flutter package are such great products, but...
I ended up implementing a workaround using the package `flutter_desktop_sleep` for now. It detects when the OS wakes up from sleep and then I reload the app entirely. I'm not...
I tried to reproduce the issues by creating a minimal flutter desktop project. You can find it in my repo: https://github.com/maxfornacon/supabase_test To reproduce I ran it on MacOS and closed...
@dshukertjr Does this mean the streams will reconnect automatically or do I need to handle it myself somehow?
@jstdk The PR is not yet merged.
@dshukertjr I updated the package, relaunched the project and left the application running on my MacBook (closed) over night. Apparently I'm still getting the error `Unhandled Exception: Bad state: Cannot...
@dshukertjr In my first test, only the `Bad state: ...` error actually occurred. However, in my second test, the first error reappeared. What was different in the second test was...