A plugin that interacts with flutter_native_splash.
More...
example/README.md
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(); }
stratumfoundry.com
HomepageRepository (GitHub)View/report issues
#flutter #framework
unknown (license)
flutter, flutter_native_splash, velvet_annotation, velvet_framework
Packages that depend on splash_velvet_plugin
Back