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

outdated

Custom Easy Splash Screen for your flutter app

example/lib/main.dart

import 'splash/splash_future.dart';
import 'package:flutter/material.dart';

import 'splash/splash.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      // home: SplashFuturePage(),
      home: SplashPage(),
    );
  }
}
62
likes
0
pub points
95%
popularity

Publisher

verified publishersujangainju.com.np

Custom Easy Splash Screen for your flutter app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_splash_screen