splash 1.0.0-nullsafety copy "splash: ^1.0.0-nullsafety" to clipboard
splash: ^1.0.0-nullsafety copied to clipboard

outdated

This package contains a few InkSplash and InkRipple alternatives for a better UI

Splash #

Pub GitHub Workflow Status

This package contains a few alternatives for InkSplash.splashFactory and InkRipple.splashFactory.

List of available splash alternatives #

Example Usage
No Splash NoSplash.splashFactory
Line Splash LineSplash.splashFactory, LineSplash.customSplashFactory(paint: paint)
Path Splash PathSplash.splashFactory(path), PathSplash.splashFactory(path, paint: paint, clip: false)
Wave Splash WaveSplash.splashFactory, WaveSplash.customSplashFactory(strokeWidth: 30, blurStrength: 5)

You can find an extensive example here. It shows simple usages and some more custom usages.

How do I use them? #

import 'package:splash/splash.dart';

final splashFactory = ...

MaterialApp(
  theme: Theme(
    splashFactory: splashFactory,
  ),
  home: Scaffold(), 
);
66
likes
0
pub points
80%
popularity

Publisher

verified publisheruekoetter.dev

This package contains a few InkSplash and InkRipple alternatives for a better UI

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on splash