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

I am ignoring these warnings till now but thought let's lookout for way to get rid of these if is there any quick fix..? ``` Note: Recompile with -Xlint:unchecked for...

I'm using AppLinks for Android with https scheme and deeplinking is working fine. The issue that I have is with linkStream.listen(String link) method. It never gets called. For iOS everything...

The title says it all. Now that flutter started supporting macOS, it would be create if this plugin also worked for it. (Or at least doesn't make the platform channel...

I'm using uni_links 0.5.1 and am building APK (android). There is a red note of Flutter: Note: /Users/yinyuman/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....

**Describe the bug** If you use the [example on pub.dev](https://pub.dev/packages/uni_links/example) as your implementation structure, the variable `initialLink` is not set back to null on hot reload or any page rebuild,...

**Describe the bug** if I pass as a parameter a base64 string, the string will be converted to lowercase **To Reproduce** Steps to reproduce the behavior: 1. /usr/bin/xcrun simctl openurl...

Hi, I consistently get a weird bug on **macOS** (desktop) when adding `Supabase.initialize()` to the `main()` function. On Android and iOS (both emulators and real devices) this bug does not…...

**Describe the bug** This plugin should not use a `const Object()` as the platform interface token. There was an error in the documentation for [`plugin_platform_interface`](https://pub.dev/packages/plugin_platform_interface); see https://github.com/flutter/flutter/issues/96178. The consequence is...

Following as Jcenter shutting down. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@avioli On Android, there is an "issue" where the getInitialLink() method returns data multiple times. One way to produce this is: * Open an application within a link (cold start)...