Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartikeyaa-k/flutter-web-app-demo
It's a simple web application built using flutter
https://github.com/kartikeyaa-k/flutter-web-app-demo
demo flutter flutterweb testing web
Last synced: 11 days ago
JSON representation
It's a simple web application built using flutter
- Host: GitHub
- URL: https://github.com/kartikeyaa-k/flutter-web-app-demo
- Owner: kartikeyaa-k
- Created: 2021-09-21T17:02:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T13:10:06.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T14:25:32.458Z (over 1 year ago)
- Topics: demo, flutter, flutterweb, testing, web
- Homepage:
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Web App
Simple Web Application using Flutter
- Flutter Bloc
- JSON parsing## Project Description
1. In this project, The user will be shown list of products on the home page.
2. The list will display all products by default. Users can filter the listing based on the category and the product list shall change accordingly.
3. User can see In-stock or Out-of-stock tags on the product.
4. User can select a product from the home page and change the quantity.
5. The saved product will be shown on a dialog box on the same screen when the user clicks purchase button.