Skip to content

Commit

Permalink
REMOVE local storage package and revert readme file content
Browse files Browse the repository at this point in the history
  • Loading branch information
hupptechnologies committed Jul 29, 2021
1 parent 8618da7 commit e599586
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
35 changes: 25 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# scope_demo
# Flutter - Shopping-App
###### Design courtesy : https://dribbble.com/shots/3071109-Converse-Product-page-with-Add-to-cart-concept

A new Flutter project.

## Getting Started
### Features
- Add to favourite
- Add to cart
- Remove from cart
- WANT TO SEE NEW FEATURES ? CREATE AN ISSUE WITH LABEL "FEATURE" TAG ON IT AND WE'LL WORK ON IT IN OUR NEXT CODING SPRINT ON THIS PROJECT !!
### Plugin
1. Scope Model : https://pub.dartlang.org/packages/scoped_model
2. Path Provider : https://pub.dartlang.org/packages/path_provider
3. Sqflite : https://pub.dartlang.org/packages/sqflite
4. Rating Star : https://pub.dartlang.org/packages/flutter_rating
5. Shared preference : https://pub.dev/packages/shared_preferences

This project is a starting point for a Flutter application.
### Widgets
1. ListView
2. GridView
3. BoxDecoration - For boxshadow & rounded Image
4. Rating Star

A few resources to get you started if this is your first Flutter project:
## Preview

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
[<img src="http://demo.hupp.in/hupp-files/ecom1.png" width="270" height="480" alt="Brand-first shopping design" align="left">](http://demo.hupp.in/hupp-files/ecom1.png)
[<img src="http://demo.hupp.in/hupp-files/ecom2.png" width="270" height="480" alt="Brand-first shopping design" align="left">](http://demo.hupp.in/hupp-files/ecom2.png)
[<img src="http://demo.hupp.in/hupp-files/ecom3.png" width="270" height="480" alt="Brand-first shopping design" align="left">](http://demo.hupp.in/hupp-files/ecom3.png)

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.
Video Demo : https://youtu.be/15-S9ob0OgQ

created by : hello@hupp.in
7 changes: 0 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3"
localstorage:
dependency: "direct main"
description:
name: localstorage
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0+1"
matcher:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
# flutter_rating: ^0.0.2
sqflite: ^2.0.0+3
path_provider: ^2.0.2
localstorage: ^4.0.0+1
shared_preferences: ^2.0.6

dev_dependencies:
Expand Down

0 comments on commit e599586

Please sign in to comment.