Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/umarnawaz33/shop-app
- Owner: UmarNawaz33
- License: mit
- Created: 2021-07-15T10:10:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T21:35:59.000Z (over 3 years ago)
- Last Synced: 2024-11-25T00:27:14.101Z (about 2 months ago)
- Topics: dart, firebase, firebase-realtime-database, flutter
- Language: Dart
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)