Renan

Results 117 comments of Renan

The gallery page options have too many options already, a large API is hard to maintain. Simply wrapping with padding and adding yet another parameter makes sense since we have...

Well, we have plenty of workarounds: One here: https://github.com/flutter/flutter/issues/38739#issuecomment-627118037 Another here: https://github.com/fireslime/photo_view/issues/42#issuecomment-586705010 Comments above state why this won't be worked on the photo view gallery for the reasons stated above....

Agreed, it shoudl be possible since https://github.com/flutter/flutter/issues/23604#issuecomment-1168106921 is merged

I'm afraid not, I'm just one and we have not received a lot of feedback regarding the physics feature, so this was naturally unprioritized.

If you feel like into a challenge, how would you implement it?

Just getting some insights about phisics. Thanks.

> Can this problem be solved by turning off the double click event by parameter That would be a great way to approach this. But I am afraid that photoview...

Due to the interaction between the two controllers (scale state controller and the main one) we have this scaling on the mount phase. What you want is different than `initialScale`...

Could you test this branch if it works for you: https://github.com/renancaraujo/photo_view/pull/322 In this way you pass the starting scale to the controller constructor.