Evo Stamatov

Results 75 comments of Evo Stamatov

This plugin is not going to navigate your app by magically. It is up to you as a developer to use the details from this plugin to then do the...

@Vizhan Does a launch from the Recents screen launch a new instance of the app or it resumes a backgrounded instance?

`getInitialLink`/`getInitialUri` are only useful if your app is started from a `https://domain.com/path/?arg=example` link or from a custom scheme like `myawesomeapp0001://whatever/path/?arg=another-example`. Otherwise it will **always** return `null`, since the app was...

I’ll have a look what’s involved to support desktop platforms.

I'll investigate. Thanks for reporting.

Did you declare `myScheme` scheme in `ios/Runner/Info.plist`?

@rajatjain2802 you don't seem to be using `getInitialLink` nor `getInitialUri`... the stream is for future links, while an app instance is already running in the background (or the foreground).