-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |