avioli / uni_links

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

Regarding state detached #79

Open NikhilKukreja26 opened 4 years ago

NikhilKukreja26 commented 4 years ago

When i press back button of android and it's lifecycle is detached and then i fire the shell command i only get initial link but not getting got link. When my app is in background then i get initial link and got link both.

Can you please tell how to overcome this scenario or how i can get back stream data.

Thank you