llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
220 stars 81 forks source link

fix: Refactor AppLinks class to use broadcast streams #145

Closed proformance closed 3 months ago

proformance commented 3 months ago

Solves https://github.com/llfbandit/app_links/issues/123

Use broadcast streams to enable multiple listeners

llfbandit commented 3 months ago

This feature will be available through bb717cc9

MaikuB commented 3 months ago

Thanks for working on the package and this addition @llfbandit. Any chance that 6.2.0 that has this change will be published soon?

MaikuB commented 3 months ago

Saw it's on pub.dev now, thanks!