Skip to content

Commit c8b0022

Browse files
authored
Update README.md
1 parent e6cc078 commit c8b0022

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

README.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,62 @@
1+
# Flutter Grocery App
12

3+
🚀 A Flutter UI application for grocery shopping.
4+
5+
The grocery app is a design implementation of [Grocery App](https://dribbble.com/shots/18467737-Grocery-App) designed by [Omar](https://dribbble.com/omaruiux24).
6+
7+
This project relied on this [Flutter Getx Template](https://github.com/EmadBeltaje/flutter_getx_template) made by [Emad Beltaje](https://github.com/EmadBeltaje).
8+
9+
## Demo of the application 🎥
10+
![](https://github.com/AbdQader/test-readme/blob/main/demo/demo.gif)
11+
12+
---
13+
14+
## Screenshots of the application 📷
15+
16+
### Splash & Intro Screens
17+
18+
![Splash&Intro](https://github.com/AbdQader/flutter_grocery_app/assets/64075836/d398ec0c-db18-417e-ad8f-a403d8a76113)
19+
20+
---
21+
### Home & Category Products Screens
22+
23+
![Home&Products](https://github.com/AbdQader/flutter_grocery_app/assets/64075836/fd98636b-4a5d-406d-9156-2bb79826d2a0)
24+
25+
---
26+
### Product Details & Cart Screens
27+
28+
![ProductDetails&Cart](https://github.com/AbdQader/flutter_grocery_app/assets/64075836/ad41d1c1-14e6-453c-bb4e-a904ca194fa8)
29+
30+
---
31+
32+
## Overview 📙
33+
The Flutter Grocery UI is a visually captivating and fully functional User Interface template for a grocery shopping application. This project aims to provide developers with a ready-to-use and customizable UI foundation, helping them to build delightful shopping apps quickly.
34+
35+
---
36+
## Dependencies 📦️
37+
38+
- [get](https://pub.dev/packages/get) - Manage states and inject dependencies.
39+
- [flutter_screenutil](https://pub.dev/packages/flutter_screenutil) - Adapting screen and font size.
40+
- [shared_preferences](https://pub.dev/packages/shared_preferences) - Persistent storage for simple data.
41+
- [flutter_animate](https://pub.dev/packages/flutter_animate) - Adding beautiful animated effects & builders in Flutter.
42+
- [carousel_slider](https://pub.dev/packages/carousel_slider) - A carousel slider widget, support infinite scroll and custom child widget.
43+
- [badges](https://pub.dev/packages/badges) - A package for creating badges, e.g. show a number of items in a shopping cart.
44+
- [flutter_svg](https://pub.dev/packages/flutter_svg) - SVG rendering and widget library for Flutter.
45+
46+
---
47+
48+
## Features 🌟
49+
50+
- Browse product categories.
51+
- Browse products of any category.
52+
- Add product to cart.
53+
- Remove product from cart.
54+
- View product details.
55+
- Toggle app theme to dark theme.
56+
57+
---
58+
59+
## Don't forget to :star: the repository.
60+
61+
## Support ❤️
62+
For support, you can contact me at this [Email](mailto:abd8alqader@gmail.com) or at [Facebook](https://www.facebook.com/aasharef/).

0 commit comments

Comments
 (0)