You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DummyMart
2
2
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].
4
4
5
5
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.
6
6
@@ -36,6 +36,13 @@ password: i0xzpX
36
36
37
37
Or you can use any user credentials from here: https://dummyjson.com/users
38
38
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]|
0 commit comments