Game Gear is a store application built using Flutter.
- Product Listings: Browse through various gaming products available in the store.
- Product Details: View detailed information about each product.
- Shopping Cart: Add products to the cart and manage your purchases.
- User Authentication: Sign up and log in to manage your account and orders. and more...
To get started with this project, follow these instructions:
- Flutter SDK
- Dart SDK (Flutter installs this by default)
- Code editor (e.g., Visual Studio Code or Android Studio)
- Clone the repository:
git clone https://github.com/rahim-gh/GameGear.git
- Change to the project directory:
cd GameGear - Install the dependencies:
flutter pub get
- Connect your device or start an emulator.
- Run the app:
flutter run
Here are some resources to help you get started with Flutter development:
This project is for eductional purpose.