clean-code-dev/animated_splash_screen

Page transition type

Colin-Stark opened this issue · 2 comments

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

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

@jeremiahsherrill
Your suggestion works for me. Thanks :)

Ok. I noticed that not all are working. Scale, size and rotate do not work for me.