An open API service indexing awesome lists of open source software.

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

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!!