Closed dbravender closed 3 months ago
The more info that is added to the dialog the more likely the dialog will cover the opponent's cards. Instead of using a dialog to show the current bid, adding a text widget and a button on the Flame level can be added to confirm the selection. The downside of doing it this way is that the state management will be much more manual (and therefore error prone) than using Flutter dialogs. I can keep the dialog that pops up showing the selectable bids. This would ensure that the existing information (face up straw piles, opponent's last bid) will not be obscured.
I did a partial solution here. If it still affects other devices I'll need to do a solution at the game level (not at the Flutter level).
Add the bids to the dialog