Flutter-Buddies / tic_tac_no

Complex variants of tic-tac-toe game
MIT License
19 stars 10 forks source link

Language settings scroll indicator #81

Closed mzdm closed 3 years ago

mzdm commented 3 years ago

So I was trying to do it by adding ScrollController to the ListView and measuring sizes and offsets etc. .. it was continuously crashing :D Then I found out that we have this widget - Shadermask - and with a simple hack (adding as a last item SizedBox widget) it looks like it works quite well.

Fixes #79