Uploaded February 2019 | Updated September 2026, 6 days ago
In this video we create a custom widget that animates a tap splash effect, inspired by this design on Dribbble: dribbble.com/shots/5922034-Multi-search-by-categories
The Splash widget receives a child and on tap an expanding splash effect appears. We make use of Animations, GestureDetector, GestureTapCallback, CustomPainter and RenderBox to complete our implementation.
Making this widget into a Flutter Pub Package:
youtube.com/watch?v=R-iRVzd3E3M
pub.dartlang.org/packages/splash_tap
Code for the package:
github.com/funwithflutter/splash_tap
In this video we create a custom widget that animates a tap splash effect, inspired by this design on Dribbble: dribbble.com/shots/5922034-Multi-search-by-categories
The Splash widget receives a child and on tap an expanding splash effect appears. We make use of Animations, GestureDetector, GestureTapCallback, CustomPainter and RenderBox to complete our implementation.
Making this widget into a Flutter Pub Package:
youtube.com/watch?v=R-iRVzd3E3M
pub.dartlang.org/packages/splash_tap
Code for the package:
github.com/funwithflutter/splash_tap










