Hi there!
I'm VERY new to flutter development and this package has been SO helpful in programming my current app. My suggestion is this: a deck widget that shows a sideview of the deck of 52 cards that changes height based on how many cards are in it (if you draw from a deck, the deck grows smaller). The playing cards wouldn't actually be IN this deck, they'd be drawn from the standard deck of 52 and then the view would rerender based on the number of cards left in that standard deck. I just don't know how to do something like this and i've tried for too long
Hi there!
I'm VERY new to flutter development and this package has been SO helpful in programming my current app. My suggestion is this: a
deckwidget that shows a sideview of the deck of 52 cards that changes height based on how many cards are in it (if you draw from a deck, the deck grows smaller). The playing cards wouldn't actually be IN this deck, they'd be drawn from the standard deck of 52 and then the view would rerender based on the number of cards left in that standard deck. I just don't know how to do something like this and i've tried for too long