diff --git a/README.md b/README.md index a639594..e8c6d0e 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,11 @@ Here you can do something that will return your next screen, ex: }, splashTransition: SplashTransition.rotationTransition, pageTransitionType: PageTransitionType.scale, - ) \ No newline at end of file + ) +## Misc: +To prevent splash from getting cut off: +use +```dart +AnimatedSplashScreen( + splashIconSize: double.infinity, +```