Welcome to the Flutter Zero to Hero Repository! This repository contains a collection of Flutter applications developed to showcase various mobile app development concepts and features. Whether you're looking to learn Flutter or seeking inspiration, this repository has something for everyone.
Here are the Dart-Flutter projects you'll find in this repository:
- Tic-Tac-Toe App 🎮 - play the classic game of Tic-Tac-Toe on your mobile device.
- Calculator App 🧮 - calculator with basic arithmetic operations.
- Folder: 📁 tic-tac-toe
- Description: This project is implementation of the classic Tic Tac Toe game. It is designed for two players using one device to take turns and compete to win by forming a line of their symbol (X or O) horizontally, vertically, or diagonally on a 3x3 grid.
- Demo:
- Folder: 📁 calculator
- Description: Calculator App is a basic calculator application built with Flutter. It provides essential arithmetic operations such as addition ➕, subtraction ➖, multiplication ✖️, and division ➗. The app also supports decimal numbers and provides a user-friendly interface for performing calculations.
- Demo: