You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
First of all, great job on the app. Even as an early version it is surprisingly well done.
When trying to share a photo on Android 10, the share window briefly shows after which the app crashes.
This is due to the permission denial as further explained in this issue.
A quick fix would be to change the pubspec.yaml to:
First of all, great job on the app. Even as an early version it is surprisingly well done.
When trying to share a photo on Android 10, the share window briefly shows after which the app crashes.
This is due to the permission denial as further explained in this issue.
A quick fix would be to change the pubspec.yaml to:
However this wouldn't be a future-proof solution.
A PR has been created but hasn't been merged yet esysberlin/esys-flutter-share#63