File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,24 @@ The first screen shows the list of all products. The second screen shows the det
88
99## Architecture
1010
11- The project uses BLoC pattern with rxdart for state management, riverpod for dependency injection and freezed for data classes
11+ * BLoC + rxdart for state management
12+ * riverpod for dependency injection
13+ * dio for network requests and REST API
14+ * freezed for data classes
15+ * bloc_test for unit testing BLoCs
16+ * mockito for mocking dependencies
1217
1318## Continuous Deployment
1419
1520The project uses GitHub Actions for continuous deployment
1621
17- The workflow runs tests and builds the app for Android then uploads the APK to GitHub releases
22+ The workflow runs tests then builds the app for Android if all tests succeed, and finally uploads the APK to GitHub releases
1823
19- You can download the APK from the latest release [ here ] ( https://github.com/Andrew-Bekhiet/slash_dot/releases/latest )
24+ You can download the APK from the [ latest release] ( https://github.com/Andrew-Bekhiet/slash_dot/releases/latest )
2025
2126## Screenshots and Video
2227
23- ### [ Video Link ] ( screenshots/video.mp4 )
28+ https://github.com/Andrew-Bekhiet/slash_dot/assets/40571928/3f63651e-f8ca-4ba5-a7cb-e2e1062960f8
2429
2530<img src =" screenshots/1.png " width =" 350 " >
2631<img src =" screenshots/2.png " width =" 350 " >
You can’t perform that action at this time.
0 commit comments