Estou tendo dificuldade para finalizar um app.
Quero fazer um calculo e clicar no botão salva. Depois que eu salvar varios resultados, quero clicar no botão calculo final e aparecer a soma de todos os resultados salvos.
Instead of saving one value in a TinyDB tag (rótulo), save a list of values in that tag. The first value will be the oldest.
Everytime you have a new value to store, recall the list saved in TinyDB, add the new value at the end of that list and save it again.