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

The example throws a null error #27

Open sigjak opened 3 years ago

sigjak commented 3 years ago

Running the example with sdk 2.12.0 I get this null error : Exception caught by widgets library Null check operator used on a null value The relevant error-causing widget was MaterialApp

To get it working I have to exclude the pageTransition: pageTransitionType: PageTransitionType.scale, backgroundColor: Colors.blue

naveenlearner38 commented 2 years ago

Running the example with sdk 2.12.0 I get this null error : Exception caught by widgets library Null check operator used on a null value The relevant error-causing widget was MaterialApp

To get it working I have to exclude the pageTransition: pageTransitionType: PageTransitionType.scale, backgroundColor: Colors.blue

If you give example to reproduce the issue it will easy to debug. Mostly you may miss next screen or splash