Open AfroCyberGuy opened 8 months ago
I think you don't need do as that. A custom widget include your item data and LikeButton will work.
I think you don't need do as that. A custom widget include your item data and LikeButton will work.
Oww yes yes thank you for your timely response, I think I have logged this as a feature request and not issue. I have it working already but its just a suggestion to enhance LikeButton.
Platforms
dart
Description
Can we add a feature to accept an optional index on the like button it helps when we want to do a request that required to get the item liked i.e in this case with an index. because onTap: Future<bool?> Function(bool)? onTap function is very limited i will be happy to contribute.
Why