Flutter-Buddies / tic_tac_no

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

Fix web crash #97

Closed mzdm closed 3 years ago

mzdm commented 3 years ago

audioplayers library related - playing sounds must be done with different class https://github.com/luanpotter/audioplayers#audiocache - AudioCache not supported on web

for now the sounds do not play on the web, but at least the app works and starts normally

Fixes #94