Getx: Missing types of transitions

Created on 29 Jun 2020  路  4Comments  路  Source: jonataslaw/getx

After updating to 3.1.1 it shows an error when using Tranistion.cupertino and Transition.size.

Most helpful comment

I put the two transitions back in the last update.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NiranjanShah picture NiranjanShah  路  4Comments

manojeeva picture manojeeva  路  3Comments

omartinma picture omartinma  路  3Comments

GoldenSoju picture GoldenSoju  路  3Comments

Denilson-source picture Denilson-source  路  3Comments