at_splash 0.0.1 copy "at_splash: ^0.0.1" to clipboard
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 #

MIT

Usage/Examples #

ATsplash(
        isTextIcon: true,
        isImageIcon: true,
        imageSize: 300,
        textColor: Colors.yellow,
        afterSplash: () {
          print("Vanakkam Erode");
        },
      ),
3
likes
100
points
37
downloads

Documentation

API reference

Publisher

verified publisheratmega.in

Weekly Downloads

ATmega's flutter package to implement splash screen in few lines of code with custom properties.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on at_splash