Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay1821 authored Jan 9, 2023
1 parent f9991fc commit e687fa6
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# shop
# Shop APP

A new Flutter project.
# Description
This application uses Firebase Rest-API for SignIN/SignUP purposes which is a customized shop app where a user can add a product by its title, price, and image. It has features like adding, removing , and editing, buying the product whereas the user has features like adding products as favorites and filtering the product. It uses firebase real-time database for storing the product and is fetched with rest APIs. In addition, it also shows the history of ordered products.

## Getting Started

This project is a starting point for a Flutter application.
| [**Sign-IN/Sign-UP**]() | [**Working App Video**]() |
|------------|-------------|
| <img src="https://user-images.githubusercontent.com/55257452/211255112-0cd07d87-b411-4c65-895e-aeb37b937fd6.jpeg" width="250"> | <img src="https://user-images.githubusercontent.com/55257452/211255198-44d33056-8461-4a1c-a3ff-3f56f689837b.mp4" width="250"> |


# Requirements

To get the app build following are the requirements:
1. Flutter Framework installled with android studio up working properly.
2. Dependencies as given below:
* cupertino_icons: ^0.1.2
* provider: ^6.0.0
* intl: ^0.17.0
* http: ^0.13.3
* shared_preferences: ^2.0.7
3. sdk: ">=2.12.0 <3.0.0"


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

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit e687fa6

Please sign in to comment.