Robert Mainzer
Robert Mainzer
Same here! I am using ```XFile.fromData(/* some image byte Uint8List */)``` if that helps finding the cause.
I think the issue is that web browsers do not have a native share menu like mobile devices have. However, you can download single files. Here is an example: ```dart...
@dongnqdev would you mind sharing your implementation?
I’m facing the same issue as @rekire. uuid conflicting with amplify.
How about setting a custom animation duration and implementing ```Future.delayed```? ```dart const Duration animationDuration = Duration(milliseconds: 300); await showMaterialModalBottomSheet( context: context, duration: animationDuration, // the other parameters here... ); await...
@jamesblasco still waiting
I am experiencing the same issue on android devices. @Sorunome were you able to find a solution in the meantime?
Please let us know when it’s live on pub.dev!
We’re using `platform_maps_flutter` unfortunately, so this is no option for us.
@ChrisMarxDev looks like it’s working, thanks!