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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@
28
28
-[X] Please do not perform dependency override
29
29
-[X] The architectures options are: Bloc, Cubit and Provider + ChangeNotifier/StateNotifier
30
30
-[X] If you use Bloc or Cubit as your architecture, please use flutter_bloc or your custom solution
31
-
-[] Please provide a comprehensive ReadME which contains:
31
+
-[X] Please provide a comprehensive ReadME which contains:
32
32
-[X] Conventions, architecture, and general considerations
33
33
-[X] Exhaustive list of third-parties alongside their respective purposes
34
34
-[X] How to build the project
35
-
-[] Any additional notes that can demonstrate your knowledge
35
+
-[X] Any additional notes that can demonstrate your knowledge
36
36
37
37
* 7 Days to complete
38
38
@@ -67,4 +67,5 @@ Dev Dependencies:
67
67
- I wanted to implement better error handling. I started implementing it for the location errors but didn't have enough time to complete that
68
68
- I wanted to improve the visual aspect of a loading indicator
69
69
- I made some changes to the colours given in the documentation due to the fact that it didnt quite match up to the style of the image (for the sunny screenshot)
70
-
- I have implemented GitHub actions which will run the tests and then build the app. It won't build the app if any of the tests have failed.
70
+
- I have implemented GitHub actions which will run the tests and then build the app. It won't build the app if any of the tests have failed.
71
+
- When a change is made on the 'Release' branch. A github Action is executed which builds that APK and publishes it to the [Releases](https://github.com/stillie/weather-app/releases) page of the repo. You are able to download the files from there.
0 commit comments