Page transition type
Colin-Stark opened this issue · 2 comments
Colin-Stark commented
I am not able to add page transition type to my splash screen, apparently the keyword "page transition type." Is not recognized from the animate_splash_screen.dart
jeremiahsherrill commented
You have to use
page_transition: ^2.0.1-nullsafety.0
and then import, but it still doesn't work. It results in a null check operator error
A360JMaxxgamer commented
@jeremiahsherrill
Your suggestion works for me. Thanks :)
Ok. I noticed that not all are working. Scale, size and rotate do not work for me.