Skip to content

Commit b3a0038

Browse files
Updated README.md
1 parent c4d13c7 commit b3a0038

File tree

1 file changed

+38
-10
lines changed

1 file changed

+38
-10
lines changed

README.md

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,44 @@
1-
# grocery_app
21

3-
A new Flutter application.
2+
Flutter Grocery App UI
3+
-------------
4+
5+
#### Flutter Version Used : 1.22.4
6+
#### Desing Credit : By [Afsar Hossen](https://www.linkedin.com/in/afsar-shuvo/)
7+
#### Desing Files on Figma : [Online Groceries App UI](https://www.figma.com/community/file/882645007956337261)
8+
9+
-------------
410

5-
## Getting Started
611

7-
This project is a starting point for a Flutter application.
12+
## Screens
13+
- Splash Screen
14+
- Welcome Screen
15+
- Home Screen(Shop)
16+
- Product Details Screen
17+
- Categories Screen (Explore)
18+
- Products Screen (After clicking any category)
19+
- Filter Screen
20+
- My Cart Screen
21+
- Checkout Bottom Sheet
22+
- Order Failed Dialog
23+
- Order Accepted Screen
24+
- Profile Screen
825

9-
A few resources to get you started if this is your first Flutter project:
26+
-------------
1027

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
28+
## Screenshots
1329

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
30+
<p float="left">
31+
<img src="screenshots/1.jpg" width="300" />
32+
<img src="screenshots/2.jpg" width="300" />
33+
<img src="screenshots/3.jpg" width="300" />
34+
<img src="screenshots/4.jpg" width="300" />
35+
<img src="screenshots/5.jpg" width="300" />
36+
<img src="screenshots/6.jpg" width="300" />
37+
<img src="screenshots/7.jpg" width="300" />
38+
<img src="screenshots/8.jpg" width="300" />
39+
<img src="screenshots/9.jpg" width="300" />
40+
<img src="screenshots/10.jpg" width="300" />
41+
<img src="screenshots/11.jpg" width="300" />
42+
<img src="screenshots/12.jpg" width="300" />
43+
<img src="screenshots/13.jpg" width="300" />
44+
</p>

0 commit comments

Comments
 (0)