splash_velvet_plugin 0.0.1-dev.19
splash_velvet_plugin: ^0.0.1-dev.19 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();
}