clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
112 stars 25 forks source link

Page transition type #17

Open Colin-Stark opened 3 years ago

Colin-Stark commented 3 years ago

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 3 years ago

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 3 years ago

@jeremiahsherrill Your suggestion works for me. Thanks :)

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