https://github.com/javtahir/swiftbuy-flutterapp
SwiftBuy is a mobile app providing seemless shopping experience with friendly user-interface
https://github.com/javtahir/swiftbuy-flutterapp
firebase flutter
Last synced: 3 months ago
JSON representation
SwiftBuy is a mobile app providing seemless shopping experience with friendly user-interface
- Host: GitHub
- URL: https://github.com/javtahir/swiftbuy-flutterapp
- Owner: JavTahir
- License: mit
- Created: 2024-05-16T18:21:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:10:19.000Z (about 2 years ago)
- Last Synced: 2025-05-14T16:18:22.672Z (about 1 year ago)
- Topics: firebase, flutter
- Language: Dart
- Homepage:
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftBuy
SwiftBuy is a powerful e-commerce application built with Flutter and Firebase, designed to provide users with a seamless shopping experience. With its intuitive user interface, advanced features, and robust backend infrastructure, SwiftBuy aims to revolutionize the way users shop online.
## Features
- **User Authentication**: Secure user authentication using Firebase Authentication.
- **Product Catalog**: Browse through a wide range of products conveniently categorized for easy navigation.
- **Shopping Cart**: Add desired products to the cart and manage them effortlessly.
- **Checkout**: Streamlined checkout process for hassle-free transactions.
- **Order Tracking**: Track the status of orders in real-time.
- **Payment Integration**: Secure payment processing with various payment gateways.
- **Customizable Profile**: Personalize user profiles and manage preferences.
## Technologies Used
### Frontend
- **Flutter**: Google’s UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
- **GetX**: State management library that provides a simple yet powerful solution for navigation, dependency injection, and more.
- **VelocityX**: A minimalist Flutter framework for rapid UI development.
### Backend
- **Firebase**: Google’s mobile platform that helps you quickly develop high-quality apps and grow your business.
## Firebase Authentication Commands
### Install Firebase CLI
```bash
npm install -g firebase-tools
```
### Initialize Firebase
```bash
firebase init
```
### Enable Firebase Auth
```bash
firebase auth:enable
```
For any auth issues visit site [flutter firebase auth](https://firebase.google.com/docs/auth/flutter/start)
This project demonstrates an easy implementation of reusable widget components based on latest UI designs!!