Open umangvj opened 3 years ago
The article https://medium.com/@michallot/how-to-write-a-simple-downloading-app-with-flutter-2f55ae516867 is great. But I found one issue while implementing it that is when _onSelectionNotification method is being called immediately on page start in Android. In iOS, there's no such issue. For example, when I opened the image from the notification and got back to my app and tap on a container or button I get suggestions to open the image like google photos and gallery.
Did you fix it?
The article https://medium.com/@michallot/how-to-write-a-simple-downloading-app-with-flutter-2f55ae516867 is great. But I found one issue while implementing it that is when _onSelectionNotification method is being called immediately on page start in Android. In iOS, there's no such issue. For example, when I opened the image from the notification and got back to my app and tap on a container or button I get suggestions to open the image like google photos and gallery.