instagram_like_animation_button 2.0.0
instagram_like_animation_button: ^2.0.0 copied to clipboard
Fully customizable Instagram Reels double-tap heart animation for Flutter. Fly-to-target, custom builders, gradients, haptic control.
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: ^2.0.0Alternatively, 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';