kaskra / FineWallet

A simple expense and income management app.
MIT License
1 stars 0 forks source link

Automatic hints for labels #77

Closed kaskra closed 4 years ago

kaskra commented 4 years ago

Show automatic hints to the user when typing the label for transactions.

Implement using Hive or SharedPrefs?

kaskra commented 4 years ago

This is finished with commit 1bc6675. Makes use of flutter_typeahead to show suggestions.