tiktok_favorite_gesture
Tap screen and favorite icon will pop with animation follow your finger.
Easy Use
TiktokFavoriteGesture(
child: Container(),
onAddFavorite: () {
print('I like this!');
}
)
Tap screen and favorite icon will pop with animation follow your finger.
TiktokFavoriteGesture(
child: Container(),
onAddFavorite: () {
print('I like this!');
}
)