Michał
Michał
Welcome to FirebaseUI and thanks for submitting an issue! Please take a look at [open issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aopen+is%3Aissue), as well as [resolved issues](https://github.com/firebase/FirebaseUI-Android/issues?q=is%3Aissue+is%3Aclosed), to see if your issue is either already being...
**Describe the bug** I have implemented agora sdk into web, using capacitorjs framework. It works fine on all devices browsers, like ios safari, android chrome, desktops etc. It also works...
In app i need to `resetLazySingleton` in `dispose` (sync) method in statefull widget. My service dispose method is async and takes long time. Once i am back in widget, `Get.I()`...
**Describe the bug** Audio sharing on iOS doesn't work from update 0.9.4, video is still fine. **To Reproduce** Just connect with iOS. **Expected behavior** **Platform information** * **Flutter version**: Flutter...
**Describe the bug** On android, after loosing internet for a while, in 10 seconds plugin return status `RTCPeerConnectionStateFailed` and stop working. **To Reproduce** **Expected behavior** As in iOS - give...
I would like to choose in `redirect` method if i want to clear a navigation history (as it is in `context.go`), even if i started navigation with `context.push`. ## Use...
Added typed middleware base abstraction, that allows to create a typed middleware as a simple class, like ex. ``` class MyMiddleware extends TypedMiddlewareBase { @override dynamic dispatch(Store store, MyAction action,...