splash_velvet_plugin 0.0.1-dev.15 copy "splash_velvet_plugin: ^0.0.1-dev.15" to clipboard
splash_velvet_plugin: ^0.0.1-dev.15 copied to clipboard

A plugin that interacts with flutter_native_splash.

example/README.md

Splash Velvet Plugin #

Usage #

This plugin requires only to be installed in the Kernel:

import 'package:velvet_framework/velvet_framework.dart';
import 'package:splash_velvet_plugin/splash_velvet_plugin.dart';

void main() {
  Kernel()
    // other stuff
   ..installPlugin(SplashVelvetPlugin())
   ..run();
}