instagram_like_animation_button 1.0.1
instagram_like_animation_button: ^1.0.1 copied to clipboard
Instagram Reels-style double-tap heart animation for Flutter. Fully customizable fly-to-target like animation with custom widget builders, gradient overlays, haptic feedback control, configurable curv [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add instagram_like_animation_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
instagram_like_animation_button: ^1.0.1Alternatively, 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:instagram_like_animation_button/instagram_like_animation_button.dart';