Skip to content

Commit 364358a

Browse files
committed
updated read me for shopping screen types
1 parent 0f3001e commit 364358a

8 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Contra flutter kit will be having screens developed in all the categories.(Curre
3434

3535
<img src = "screenshots/chat_home_page.jpg" width=220><img src = "screenshots/chat_message_page.jpg" width=220><img src = "screenshots/chat_search_page.jpg" width=220>
3636

37+
- Shopping Screen Types
38+
39+
<img src = "screenshots/shopping_screen_one.jpg" width=220><img src = "screenshots/shopping_screen_two.jpg" width=220><img src = "screenshots/shopping_screen_three.jpg" width=220>
40+
<img src = "screenshots/shopping_screen_four.jpg" width=220><img src = "screenshots/shopping_screen_five.jpg" width=220><img src = "screenshots/shopping_screen_six.jpg" width=220>
41+
3742
## Mentions
3843
- Special thanks to [vijay verma](https://twitter.com/realvjy) for the awesome design kit.
3944
- Link to the wireframe official page [Contra wireframe kit](https://contrauikit.com/)

lib/shopping/shopping_home_page_two.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ class _ShoppingHomePageTwoState extends State<ShoppingHomePageTwo> {
8181
.add(Category(bgColor: foam, startColor: wood_smoke, name: "Kid"));
8282
_categories.add(Category(
8383
bgColor: bareley_white, startColor: wood_smoke, name: "Adult"));
84-
_categories.add(
85-
Category(bgColor: bareley_white, startColor: wood_smoke, name: "Men"));
84+
_categories
85+
.add(Category(bgColor: fair_pink, startColor: wood_smoke, name: "Men"));
8686
_categories
8787
.add(Category(bgColor: foam, startColor: wood_smoke, name: "Men"));
8888
}

screenshots/shopping_screen_five.jpg

187 KB
Loading

screenshots/shopping_screen_four.jpg

237 KB
Loading

screenshots/shopping_screen_one.jpg

262 KB
Loading

screenshots/shopping_screen_six.jpg

192 KB
Loading

screenshots/shopping_screen_three.jpg

173 KB
Loading

screenshots/shopping_screen_two.jpg

254 KB
Loading

0 commit comments

Comments
 (0)