animated_splash_plus 1.0.0 copy "animated_splash_plus: ^1.0.0" to clipboard
animated_splash_plus: ^1.0.0 copied to clipboard

A highly customizable animated splash screen package for Flutter with beautiful sunset effects and text animations.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:animated_splash_plus/animated_splash_plus.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: AnimatedSplashPlus(
        firstText: 'Business',
        secondText: 'Manager',
        subtitle: 'Your Business Solution',
        welcomeText: 'Loading...',
        onComplete: () {
          // Navigate to your main app
        },
      ),
    );
  }
}
4
likes
0
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable animated splash screen package for Flutter with beautiful sunset effects and text animations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_splash_plus