Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afgprogrammer/flutter-e-commerce-app-example
Flutter e-commerce Application Example - Day 34
https://github.com/afgprogrammer/flutter-e-commerce-app-example
flutter flutter-app flutter-ecommerce
Last synced: 4 days ago
JSON representation
Flutter e-commerce Application Example - Day 34
- Host: GitHub
- URL: https://github.com/afgprogrammer/flutter-e-commerce-app-example
- Owner: afgprogrammer
- License: apache-2.0
- Created: 2021-09-20T13:03:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T14:54:50.000Z (over 3 years ago)
- Last Synced: 2024-12-26T23:06:28.977Z (12 days ago)
- Topics: flutter, flutter-app, flutter-ecommerce
- Language: Dart
- Homepage: https://afgprogrammer.com/flutter
- Size: 7.09 MB
- Stars: 202
- Watchers: 7
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter e-commerce Application Example - Day 34
```dart
class Afgprogrammer extends Flutter100DaysOfCode {
video() {
return {
"title": "Flutter e-commerce Application Example",
"description": "Let’s make an e-commerce application.",
"day": 34,
}
}
}
```Assets
* [Unsplash](https://unsplash.com)
* [icon8](https://icons8.com)## Previous Designs
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)## Development Setup
Clone the repository and run the following commands:
```
flutter pub get
flutter run
```## Screenshot
### Home Page### Filter Modal
### Product View
### Cart Page
### Payment Page
## Links
* [Website](https://afgprogrammer.com)
* [Youtube channel](https://youtube.com/afgprogrammer)
* [Twitter](https://twitter.com/afgprogrammer)
* [Instagram](https://instagram.com/afgprogrammer)