uni_links
uni_links copied to clipboard
Flutter plugin for accepting incoming links.
HI, I am building a project in Flutter that has deep links in it. When I use uni_links only in my project it works fine, but when I use Firebase...
It works as in the example: Deep link immediately opens a default browser on Xiaomi with MIUI When I execute powershell script: .\adb shell 'am start -W -a android.intent.action.VIEW -c...
We have the requirement that we want to disable the deeplinks (weblinks) in our app for a particular workflow. We can precisely identify the scenario when we want to disable...
…互斥,比如微信支付,就会导致微信回调,被拦截处理,二不出wechat_kit的代理回调
I have uni_links working with my website domain, however there are links which i would still like to route back to the website instead of the app. For Example on...
**Describe the bug** Build process produces warning: Note: /Users/XXX/Flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. **To Reproduce** Steps to reproduce the behavior: 1. Build...
I was wondering if deferred deep linking is working with this package when user do not have the app installed, installs it, then opens the app. Is it then still...
Explain "`getInitialLink`/`getInitialUri` should be handled ONLY ONCE in your app's lifetime" better
The sentence "`getInitialLink`/`getInitialUri` should be handled ONLY ONCE in your app's lifetime" is ambiguous. It could mean only once _after launch of the app_ (but every such time) OR _ever_...
I'm using custom scheme and am testing on my Android Emulator, which is running Android 9. The `getInitialUri` is working as expected, but with `uriLinkStream.listen` nothing happens (no uri nor...