Tic-Tac-Toe

Introduction

A cross-platform Tic-Tac-Toe game built with Flutter framework.

Issues

You may find issues while running this app.

Error:

The base href in "web/index.html" must be absolute (i.e. start with a "/")...

Solution: Comment out the below line in web/index.html

<base href="tic-tac-toe">