Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.