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

A plugin that interacts with flutter_native_splash.

Splash Velvet Plugin #

Installation #

To install the Velvet plugin, you need to add the following dependency to your pubspec.yaml:

flutter pub add splash_velvet_plugin

Usage #

To use the Velvet plugin, you need to import the package and add the plugin to 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();
}

Contributing #

If you would like to contribute to Velvet, please read the contributing guidelines before submitting a pull request.

License #

Velvet is released under the MIT License.