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

pageTransitionType #34

Open mouradkherouf opened 2 years ago

mouradkherouf commented 2 years ago

Doesn't work : I don't see the enum in your code. pageTransitionType: PageTransitionType.rotate, Error is Undefined name 'PageTransitionType'.

kovilevi98 commented 2 years ago

Hey check out this issue: https://github.com/clean-code-dev/animated_splash_screen/issues/21

"just add this import: import 'package:page_transition/page_transition.dart';"

ricophie03 commented 2 years ago

I Found an error using this package. when i use the ' pageTransitionType ', after the splashScreen my app will crash with ' null check operator used on a null value'. But when i don't use the 'pageTransitionType', my app working just fine.