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

MIT

Usage/Examples

ATsplash(
        isTextIcon: true,
        isImageIcon: true,
        imageSize: 300,
        textColor: Colors.yellow,
        afterSplash: () {
          print("Vanakkam Erode");
        },
      ),

Libraries

at_splash