How to display only the last element in Flutter
I have a bookmark list and I want to display only the Last/recent bookmark Book in the UI but couldn't figure out a way to do it so any help or suggestion would be really appreciated. I tried bookmarkedBook.last; but…