avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

How do I get result from getUriLinksStream and then resume the app? #45

Open wyxcoder opened 5 years ago

wyxcoder commented 5 years ago

I can get uri from getUriLinksStream, but if the app launchs directly, the call doesn't return

devibrahimkarahan commented 5 years ago

For this situation, you need to use both of getInitialUri() and getUriLinksStream(), If app launchs directly u will get uri from getInitialUri, if app already running on background u will get uri from getUriLinksStream.