-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/strictscale: add possibility to restrict user scale, fix issue #85 #537
Conversation
3ed92df
to
21b1e91
Compare
Ready |
@renancaraujo can you take a look please :'( ? |
We have wey too many proeprties on those widgets, we will have to do a cleanup eventually |
@renancaraujo do you plan to release soon this PR on pub dev :) ? |
@renancaraujo seems like the auto deployment didn't push the new version on pub dev. Do you plan it soon :'( ? |
@renancaraujo please :'( |
@EArminjon
|
Create an issue with reproductible steps please. Commenting merged PR is not a good practice. |
* master_remote: chore: 0.15.0 (bluefireteam#553) Added pageSnapping option (bluefireteam#542) feature/strictscale: add possibility to restrict user scale, fix issue bluefireteam#85 (bluefireteam#537) make scale more smoothly (bluefireteam#450) Pass through semanticLabel (bluefireteam#530) doc: Fix github build badge (bluefireteam#531)
Actual behavior :
User can scale image in or out. When user release scale gesture, app will rescale if current user scale choice is behind defined limit (maxScale and minScale).
Proposition :
A new property to prevent the user to scale behind theses limit.