Sergey Plagov

Results 5 comments of Sergey Plagov

https://github.com/flutter/flutter/issues/72771 [LongCatIsLooong](https://github.com/LongCatIsLooong) suggested solution. inside builder of showBarModalBottomSheet() I just use key created outside this builder, and looks like it works.

Interesting. When I test with the command: /usr/bin/xcrun simctl openurl booted 'app://[www.example.com/#/book/hello-world](http://www.example.com/#/book/hello-world)', everything works as expected. However, when I use a OneSignal push notification with the url attribute, it does...

but documentation say no getInitialLink() needed // Subscribe to all events (initial link and further) final sub = appLinks.uriLinkStream.listen((uri) { // Do something (navigation, ...) }); On Wed, Oct 9,...

> @llfbandit could you explain this ? but did you try this https://github.com/llfbandit/app_links/issues/159#issuecomment-2401338679? Stream works if I test with this command. But doesn't if click on notification with deep link.

> @Splagov yes I used both functions. I just tested again, now it works. I'm able to catch deep link parameters on both platforms (iOS android,) in the foreground, background,...