Skip to content

Commit 8902775

Browse files
authored
Update README.md
1 parent b34e3a6 commit 8902775

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DummyMart
22

3-
An example Flutter project that uses [Riverpod], [flutter_hooks], [Freezed], [Hive], and [go_router].
3+
An example Flutter project that uses [Riverpod], [go_router], [Hive], [flutter_hooks], and [Freezed].
44

55
This project uses [DummyJSON] API. Please note that DummyJSON **doesn't apply your changes** when creating, updating, or deleting items. This project correctly implements those actions, but expect no data changes due to these API limitations.
66

@@ -36,6 +36,13 @@ password: i0xzpX
3636

3737
Or you can use any user credentials from here: https://dummyjson.com/users
3838

39+
## Screenshots
40+
|||||
41+
|----|----|----|----|
42+
| ![View all todos] | ![View a single todo] | ![Add todo] | ![Update todo] |
43+
| ![Login] | ![Profile] | ![View all products] | ![View a single product] |
44+
45+
3946
[riverpod]: https://pub.dev/packages/riverpod
4047
[flutter_hooks]: https://pub.dev/packages/flutter_hooks
4148
[freezed]: https://pub.dev/packages/freezed
@@ -44,13 +51,6 @@ Or you can use any user credentials from here: https://dummyjson.com/users
4451
[build_runner]: https://pub.dev/packages/build_runner
4552
[DummyJSON]: https://dummyjson.com/
4653

47-
## Screenshots
48-
|||||
49-
|----|----|----|----|
50-
| ![View all todos] | ![View a single todo] | ![Add todo] | ![Update todo] |
51-
| ![Login] | ![Profile] | ![View all products] | ![View a single product] |
52-
53-
5454
[View all todos]: https://github.com/dhafinrayhan/dummymart/assets/49405411/02fb9cc4-4252-4acc-ae59-84d1500a7de5
5555
[View a single todo]: https://github.com/dhafinrayhan/dummymart/assets/49405411/b5203d1c-8030-42bf-b8c4-cc2ff90c6bdb
5656
[Add todo]: https://github.com/dhafinrayhan/dummymart/assets/49405411/7a901a1b-df57-4ad8-8c70-93838a9b162d

0 commit comments

Comments
 (0)