splash_velvet_plugin

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

splash velvet plugin

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
copied to clipboard
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();
}
copied to clipboard
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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.