After updating to 3.1.1 it shows an error when using Tranistion.cupertino and Transition.size.
Version 3.0 removed the transition cupertino (If you want to use it on android, leftToRight should do the same thing), and transitions.size has also been removed.
You can create a custom transition and add with CustomTransitions now.
Transitions.native displays the native effect of each device, cupertino for iOS, and fade for android.
I was using .size
What is that now?
Thanks.
But Transition.cupertino and Transition.leftToRight are not the very same thing
I put the two transitions back in the last update.
Most helpful comment
I put the two transitions back in the last update.