Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umarnawaz33/shop-app

Shop app which lets user manage the products.
https://github.com/umarnawaz33/shop-app

dart firebase firebase-realtime-database flutter

Last synced: about 1 month ago
JSON representation

Shop app which lets user manage the products.

Awesome Lists containing this project

README

        

## About The Project
This is a basic ecommerce application where user can add and manage its products. This app also has user authentication where user has to signup and login before performing any actions. The user is also able to place the order and view the order history.

## Getting Started
Update the following according to your project:

Add your Key in authenticate function. (`/lib/providers/auth.dart`)

Update url according to your project in the required functions. (`/lib/providers/orders.dart`)

Update url according to your project in the required functions. (`/lib/providers/product.dart`)

Update url according to your project in the required functions. (`/lib/providers/products.dart`)

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.

### Built With
This application is built with the following:
* [Flutter](https://flutter.dev/)
* [Dart](https://dart.dev/)
* [Firebase](https://firebase.google.com/)

## Screenshots
Here you can view all screenshots: [Screenshots Folder](https://github.com/UmarNawaz33/Shop-App/tree/main/screenshots)








## License

Distributed under the MIT License. See [LICENSE](https://github.com/UmarNawaz33/Shop-App/blob/main/LICENSE) for more information.

## Acknowledgements
* [provider](https://pub.dev/packages/provider)
* [intl](https://pub.dev/packages/intl)
* [http](https://pub.dev/packages/http)
* [shared_preferences](https://pub.dev/packages/shared_preferences)