avioli / uni_links

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

Explain "`getInitialLink`/`getInitialUri` should be handled ONLY ONCE in your app's lifetime" better #168

Open gisborne opened 1 year ago

gisborne commented 1 year ago

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 (ie only on the first launch).

I believe looking at the example that it's the first option, but it would be good to clarify.