I want to share data between two flutter apps without share package that share data between apps when user select installed application, I want to send data to one app and fetch that data from the second application. How can I achieve this in flutter?