Last updated:
0 purchases
at splash
ATsplash #
ATmega's flutter package to implement splash screen in few lines of code with custom properties
Author #
@Abhinivesh27
Features #
Splash Duration with Call back
Custom Image and Text icons
Gradient background
License #
MIT
Usage/Examples #
ATsplash(
isTextIcon: true,
isImageIcon: true,
imageSize: 300,
textColor: Colors.yellow,
afterSplash: () {
print("Vanakkam Erode");
},
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.