heart_overlay 1.4.1 heart_overlay: ^1.4.1 copied to clipboard
The HeartOverlay widget can be used to create a fun and interactive overlay that displays a heart animation when the user taps on the screen.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add heart_overlay
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
heart_overlay: ^1.4.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:heart_overlay/heart_overlay.dart';