lotekbard / flutter-file-download-example

How To Write a Simple Downloading App With Flutter
31 stars 16 forks source link

Flutter file download #1

Open umangvj opened 3 years ago

umangvj commented 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.

Blast06 commented 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?