Back button for a Quotes that displays Quotes randomly

Hello, Friends Have Created A Quotes that displays Quotes randomly…Gave to a few users and they complained of Repetition and No Back to show previous Quotes…any Help to

  1. Remove Repetition
  2. Put a Back button for Previously Displayed Text.

Post deleted.

I suggest you use tinydb + in your old post @Taifun suggest you to avoid duplicate, I hope the same only @dora_paz mam too suggested.

So when user generate a random quote either save the index number or quote into the tinydb one by one as a list

So when user presses back button set a click counter, depending upon the click count show the existing item from the tinydb into the label,

If the click count become greate than the saved quote in the tinydb then design the app to go back

See

How to pick a random item from a list without picking duplicates?