soulninja-dev / Tic-tac-toe

This is a tictactoe app built with flutter
2 stars 0 forks source link

Able to move back to gamepage from winnerpage #3

Closed soulninja-dev closed 3 years ago

soulninja-dev commented 3 years ago

after the game is over, and the winnerscreen comes, pressing back takes us back to gamepage

Pop the rest from navigator.

need to find a way to restrict going back in navigator.

soulninja-dev commented 3 years ago

made a function called ongoBack which pops to HomePage