at_splash 0.0.1
at_splash: ^0.0.1 copied to clipboard
ATmega's flutter package to implement splash screen in few lines of code with custom properties.
ATsplash #
ATmega's flutter package to implement splash screen in few lines of code with custom properties
Author #
Features #
- Splash Duration with Call back
- Custom Image and Text icons
- Gradient background
License #
Usage/Examples #
ATsplash(
isTextIcon: true,
isImageIcon: true,
imageSize: 300,
textColor: Colors.yellow,
afterSplash: () {
print("Vanakkam Erode");
},
),