Ivo Beckers
Ivo Beckers
I don't know if I maybe use it wrong but `hold()` doesn't seem to work in recent versions (on web). The last version for which it works flawlessly is 0.3.5...
Added files to the .gitignore that are generated on each "flutter pub get", so it's useless to ever commit these to a git repository. fixes #100291 ## Pre-launch Checklist -...
I have a Flutter windows desktop application. And I use `window_manager` where I call `windowManager.destroy()` to close the application. The strange part is that when when I add `protocol_handler` to...
Flutter windows application doesn't run anymore in the latest flutter version. Funny enough this is only in release mode, not in debug mode. It shows the following errors ``` ERR:...
**Describe the bug** Can't end calls on web **To Reproduce** Steps to reproduce the behavior: 1. Start a call 2. Use SIPUAHelper's `call.hangup` method to end the call **Expected behavior**...