avioli / uni_links

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

endless loop of stream receiving dynamic link #152

Open fullflash opened 2 years ago

fullflash commented 2 years ago

you can test with simple xcode command simulator attached.

xcrun simctl openurl booted yourapp://yourdynamiclink

and you can see never ending stream starts receiving through debug console .

uniLinks.linkStream.listen((String? link) {

manujjagga421 commented 7 months ago

did you find solution for this?