In this video we create a custom widget that animates a tap splash effect, inspired by this design on Dribbble: https://dribbble.com/shots/5922034-Mu...
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:
• Publishing a Flutter Package
https://pub.dartlang.org/packages/spl...
Code for the package:
https://github.com/funwithflutter/spl...