dart_board_splash 1.0.3 copy "dart_board_splash: ^1.0.3" to clipboard
dart_board_splash: ^1.0.3 copied to clipboard

outdated

Helps you easily provide a splash screen to your application.

dart_board_splash #

Splash Screen Module for Dart-Board

Getting Started #

Include your feature

DartBoardSplashFeature(this.splashWidget)

splashWidget should be a widget that dispatches.

hideSplashScreen e.g.

DartBoardCore.instance.dispatchMethodCall(
    context: context, call: MethodCall("hideSplashScreen"));

There is a built in one to show content and then fade it out.

class FadeOutSplashScreen extends StatefulWidget {
  final Duration delay;
  final Duration fadeDuration;
  final WidgetBuilder contentBuilder;

delay = The time the Splash is shown for fadeDuration = The time the fade occurs for contentBuilder = What you want to show. E.g. a white screen with logo, some ducks crossing the screen, whatever. Any widget really, interactive or not.

0
likes
0
pub points
0%
popularity

Publisher

verified publisherdart-board.io

Helps you easily provide a splash screen to your application.

Homepage

License

unknown (LICENSE)

Dependencies

dart_board_core, dart_board_locator, flutter

More

Packages that depend on dart_board_splash