flutter-provider-architecture
flutter-provider-architecture copied to clipboard
PostListItem not update after tap like
When a PostListItem
clicked and tap like button to increase, the likes
post increases successfully but when backed button pressed, the PostListItem
no changed.
If I scroll the ListView
to the end and rebuild the first item, likes
of first item change correctly.
Can you explain that? Thanks a lot.