Miguel Beltran

Results 236 comments of Miguel Beltran

Thanks for the info! Just in case, the issue you mention is about Java Proguard optimizations on Android, not the dart2js optimization.

Please use the Bug template to fill a bug report and include all the information in it

Maybe the documentation helps? ``` /// The optional [sharePositionOrigin] parameter can be used to specify a global /// origin rect for the share sheet to popover from on iPads. It...

It works for me. See screenshot. Can you provide a code sample that fails for you? ![image](https://user-images.githubusercontent.com/2494376/172119336-bdbd21e0-bf41-4398-993d-3cbce1dd8c6c.png)

> Without providing sharePositionOrigin it will not work. Of course not, you have to provide this parameter on iPads, it is explained in the documentation

@jamesncl which `context` are you using? Can you provide the full code sample? The context that you use matters, because the box size and position will be different depending on...

> It's working fine for WhatsApp when i shared but not for skype If it is working fine on some apps but not on one specific app, to me, it...

> Unable to simultaneously satisfy constraints. This has been documented in the README.md, when using the share_plus on iPad the `sharePositionOrigin` must be provided, and this needs to be correct....

``` void _shareNews(BuildContext context) { ``` Where are you getting this context from?

So that's probably wrong, and you are not providing a valid Rect in the sharePositionOrigin. If you look at the example main.dart you will see that the share call is...