DPLYR-dev / SplashScreenFlutterPackage

A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳
MIT License
294 stars 122 forks source link

Little error in example. #42

Closed gabofer82 closed 3 years ago

gabofer82 commented 4 years ago

Hi! In the example page:

https://pub.dev/packages/splashscreen#-example-tab-

code say: **backgroundGradient**: new LinearGradient(colors: [Colors.cyan, Colors.blue], begin: Alignment.topLeft, end: Alignment.bottomRight),

but must say: **gradientBackground**: new LinearGradient(colors: [Colors.cyan, Colors.blue], begin: Alignment.topLeft, end: Alignment.bottomRight),

Greetings!

ahmedmgh67 commented 3 years ago

Done, thanks for contributing