DealORound / Deal-O-Round

Flutter port of the Deal-O-Round board card game
MIT License
2 stars 0 forks source link

Cosmetic: the home screen's swipe animation is enlarged, offsetted and partially disappears off-screen because of that #14

Open MrCsabaToth opened 4 years ago

MrCsabaToth commented 4 years ago

Maybe what could cause this if for some reason the Get package's media queries return different width/height in the early phase of game start. Because inherently everywhere in the code I request width/height from there. Screenshot_20200902-090730 Screenshot_20200902-090739

MrCsabaToth commented 3 years ago

This is still an issue after Sound null safety upgrade!

MrCsabaToth commented 8 months ago

Maybe this is normalized now with Dart 3+ and Flutter SDK 3+? Need to retest.