You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake game is a 2D fun game from my childhood days. So, I re-created the snake game using flutter and dart. Instead of flame engine here I have use grid view to see how can I make it using that. This is also a good example use of flutter gridview.