fixed GetPages.curve
- fixes #465 - iOS has an exception to the rule, when no Curve is defined, it doesn't use linearTransition in `CupertinoPages` (`Transition.cupertino/native/default`) and fullscreen dialogs so it applies the Curve, or use the default one. It might be smarter, maybe, to also enforce the `animation` duration to stay in platforms defaults. - had to change `CupertinoTransitions.buildTransitions` params in order to make the check and keep the code change small.
Showing
2 changed files
with
21 additions
and
35 deletions
-
Please register or login to post a comment