Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.49 KB

myshop

A new Flutter project.

Features

  • Firebase Realtime Database
  • Firebase Authentication
  • State Management (Provider)
  • Create, Read, Update, Delete, Product
  • Bookmark/Favorite Product
  • Search Product
  • Read Orders
  • Login/Logout
  • Session

Getting Started

This project is a starting point for a Flutter application.

An e-commerce app which allows users to buy and sell items 💰 .

Uses Firebase Realtime Database .

Installation and Setup

  • Fork the repo and clone it.
https://github.com/AqeelAaqi/myshop
  • In the same directory run the following commands(considering you have flutter installed and an android device connected)
flutter packages get
flutter run

Preview

Made With ❤️ By Aqeel

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.