Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-mobile
Commits
b3b1d465
Commit
b3b1d465
authored
3 years ago
by
Shoaib
Browse files
Options
Download
Patches
Plain Diff
Push notifications in progress.
parent
2a6f420b
master
add-assessor-location
deps-update
two-lead-assessor
No related merge requests found
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
android/app/build.gradle
+3
-0
android/app/build.gradle
android/app/google-services.json
+47
-0
android/app/google-services.json
android/app/src/main/AndroidManifest.xml
+6
-1
android/app/src/main/AndroidManifest.xml
android/app/src/main/res/drawable/flutter_devs.png
+0
-0
android/app/src/main/res/drawable/flutter_devs.png
android/build.gradle
+1
-0
android/build.gradle
lib/constants/api_endpoints.dart
+2
-0
lib/constants/api_endpoints.dart
lib/constants/app_constants.dart
+7
-0
lib/constants/app_constants.dart
lib/l10n/app_en.arb
+7
-1
lib/l10n/app_en.arb
lib/landing_page.dart
+63
-33
lib/landing_page.dart
lib/pages/application_details_page.dart
+7
-1
lib/pages/application_details_page.dart
lib/pages/home_page.dart
+1
-1
lib/pages/home_page.dart
lib/pages/inspection_summary.dart
+2
-2
lib/pages/inspection_summary.dart
lib/pages/login_email_page.dart
+29
-6
lib/pages/login_email_page.dart
lib/pages/login_otp_page.dart
+40
-14
lib/pages/login_otp_page.dart
lib/repositories/login_repository.dart
+43
-1
lib/repositories/login_repository.dart
lib/services/login_service.dart
+15
-3
lib/services/login_service.dart
lib/util/helper.dart
+14
-1
lib/util/helper.dart
lib/util/notification_helper.dart
+61
-0
lib/util/notification_helper.dart
lib/widgets/application_card.dart
+28
-22
lib/widgets/application_card.dart
lib/widgets/application_field.dart
+35
-18
lib/widgets/application_field.dart
with
411 additions
and
104 deletions
+411
-104
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets