I kept overspending every time I went grocery shopping, so I built an app that tracks my total in real time. ๐
Paste your list โ add prices โ see your total update instantly.
#AndroidApps#FlutterDev#IndieDev
๐ Tally Cart: https://t.co/r8nr6ySl5V
Experimenting with a shelf scanner that converts store prices directly into a grocery list.
Still rough, but surprisingly useful.
#BuildInPublic#IndieDev#AndroidDev
@ethanmonkhouse Appreciate that ๐
It started as me being annoyed at typing prices in-store.
Still rough, but it already saves more time than I expected.
New micro-interaction in Tally Cart ๐
โจ Color pulse from input
๐ฅ Smooth add-to-list motion
โก Fast + responsive
Inspired by @raroque videos on why motion matters in apps ๐
Follow @TallyCartDev for more dev progress!
Ever been shocked by your grocery total? ๐ณ๐
Check out this quick demo of Tally Cart โ your new grocery calculator.
Paste your list โ Add prices โ Get total instantly.
Watch here ๐
https://t.co/12yqFQrigc
Free on Google Play.
#TallyCart#Budgeting#flutterdev#Android
I didnโt want another grocery list app โ I wanted one that stops me from overspending.
So I built Tally Cart.
Every item you add updates your total instantly.
Budgeting shouldnโt be guesswork.
https://t.co/r8nr6ySl5V
A #Flutter development tip: For infinite lists, you shouldn't use any third-party packages; all you need is a NotificationListener! For easy reuse, you only need to write a Widget of less than 30 lines to implement it.
#FlutterDev