Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/shopping-cart-app
A flutter app using the BLoC pattern for state management
https://github.com/vicradon/shopping-cart-app
Last synced: 25 days ago
JSON representation
A flutter app using the BLoC pattern for state management
- Host: GitHub
- URL: https://github.com/vicradon/shopping-cart-app
- Owner: vicradon
- License: mit
- Created: 2020-04-11T17:40:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T13:00:35.000Z (over 4 years ago)
- Last Synced: 2024-11-03T23:34:58.671Z (2 months ago)
- Language: Dart
- Size: 418 KB
- Stars: 44
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping-Cart-App
Shopping cart app is an app which illustrates how the BloC pattern can be used to build reactive apps.
## Preview
![Shopping Cart App Demo](./assets/shopping_cart_app.gif)
## Installation
Clone or download the project
### Cloning
```bash
git clone https://github.com/Vicradon/shoping-cart-app.git
flutter run
```
### Downloading1. Download as zip
2. Open up the unzipped folder
3. run `flutter run` in your terminalOR
1. Download as zip
2. Copy the content of the lib folder and pubspec.yaml into your existing project## Usage
Play around with the code in your favorite emulator. You can read my tutorial on how to build this app on [dev](https://dev.to/vicradon)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)