uni_links icon indicating copy to clipboard operation
uni_links copied to clipboard

Flutter plugin for accepting incoming links.

Results 138 uni_links issues
Sort by recently updated
recently updated
newest added

**Describe the bug** getUriLinksStream().listen((Uri uri) { }, onError: (err) { }); } on PlatformException { // Handle exception by warning the user their action did not succeed // return? }...

As I understand it similar URL scheme architecture exists for desktops. I am playing around with flutter desktop and would like to get uni links working for it. I think...

discussion

When a third party app try open https://mydomain.com, android phones lost current context of the application and it starts from scratch while iOS app persist the place user left off....

I'm using [https scheme, http scheme] and I am testing on my [Galaxy S7 edge], which is running [Android 8.0.0]. I'm using Apwrite(running locally with docker on my.ip.address) for user...

Get initialLink() returns the same link when the app is brought from background to foreground without clicking the link **To Reproduce** Steps to reproduce the behavior: 1. I launched the...

getInitialUri is return previous url after close app and enter from recent app on android **Steps to reproduce** 1. open app from deeplink getInitialUri is working 2. press back or...

I'm running getInitialLink() as soon as possible in main, and it's working fine when the app is in background (on both Android and iOS). But when the app is terminated...

**Describe the bug** getInitialUri is working on both platforms and getUriLinksStream works on Android, but I don't get any events from getUriLinksStream and getLinksStream on iOS. **To Reproduce** Steps to...

I'm using custom scheme and am testing on my iPhone6, iOS Simulator which is running iOS 15 the app works fine when I launch it from https (Universal Link) but...

I would like to use universal links but I can't get it to work. I tried Android App Links and IOS Custom Url schemes and they worked fined. However IOS...