A simple tic tac toe game in Flutter.
ToDo app was built primarily using Flutter, a powerful UI toolkit for building natively compiled mobile, web, and desktop applications. With Flutter, you created a beautiful and functional user interface that works seamlessly across multiple platforms.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/savaf/flutter_tic_tac_toe.git
- Navigate to the project directory
cd flutter_tic_tac_toe
- Install dependencies
flutter pub get
- Run the application
flutter run
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE for more information.