From 0f27ea51163c091eca7b7dd7eb0ca68e599187a6 Mon Sep 17 00:00:00 2001 From: Samuel Date: Sat, 27 Jan 2024 09:40:46 +0100 Subject: [PATCH 1/7] update: README --- README.md | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ce2a3f6..2a267ff 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,32 @@ -# safetycare +# SAFETYCARE -A new Flutter project. +An emergency alert application. -## Getting Started +## INTRODUCTION -This project is a starting point for a Flutter application. +This application is designed to provide assistance in times of emergency, specifically targeting individuals who are susceptible to falls and require immediate help. The app employs both automated fall detection technology and manual alert mechanisms to ensure swift alert to pre-selected contacts. -A few resources to get you started if this is your first Flutter project: +## FEATURES -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) +- **Camera-based Fall Detection**: The app utilizes installed cameras in the user's house to detect falls automatically. This feature is particularly useful for individuals who are prone to falling due to health conditions. +- +- **Manual Alert Button**: Users can also manually trigger alerts by pressing a dedicated button within the mobile application interface. This allows for quick and easy communication with emergency contacts when needed. +- +- **Contact List Management**: Users can pre-select a list of emergency contacts within the app. These contacts will receive notifications in case of an emergency, ensuring that help can be swiftly summoned. +- +- **Location Sharing**: The app can share the user's location with emergency contacts, helping responders locate them quickly in case of an emergency. -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +## USAGE + +- **Fall Detection**: Allow pre-installed cameras to monitor your movements while you go about your daily activities. If a fall is detected, the app will automatically trigger an alert to your emergency contacts. + +- **Manual Alert**: In case of an emergency that does not involve a fall, open the app and press the manual alert button. This will immediately notify your chosen emergency contacts of the situation. + +- **Response**: Once an alert is triggered, your emergency contacts will receive notifications according to your configured preferences. Responders can then take appropriate action to assist you. + +## CONTRIBUTORS + +- Thibaut Batale +- Samuel Olubode +- Wubeshet Yimam +- Martin Ndungu From fe9273135e998d351f600e90b1c95ae3764027d5 Mon Sep 17 00:00:00 2001 From: Samuel Date: Sat, 27 Jan 2024 09:44:30 +0100 Subject: [PATCH 2/7] update: README intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a267ff..c882fbc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An emergency alert application. ## INTRODUCTION -This application is designed to provide assistance in times of emergency, specifically targeting individuals who are susceptible to falls and require immediate help. The app employs both automated fall detection technology and manual alert mechanisms to ensure swift alert to pre-selected contacts. +This application is designed to provide assistance in times of emergency, specifically targeting individuals who are susceptible to falls and require immediate help. The app employs automated fall detection technology by utilizing pre-installed cameras in user's, and manual alert mechanisms to ensure swift alert to pre-selected contacts. ## FEATURES From dce753859367b400e8b359eb45afc1dd8dc8d03d Mon Sep 17 00:00:00 2001 From: Thibaut Batale <82499435+Freedisch@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:00:01 +0200 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c882fbc..abcec87 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SAFETYCARE +# SAFETYCALL An emergency alert application. From b1a4c1ab293eb034aa1b12c8df4244fb4445fc4f Mon Sep 17 00:00:00 2001 From: Sunday Olubode <63305676+SundayOlubode@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:01:37 +0100 Subject: [PATCH 4/7] Update README.md Co-authored-by: Thibaut Batale <82499435+Freedisch@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcec87..d038df1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This application is designed to provide assistance in times of emergency, specif ## CONTRIBUTORS -- Thibaut Batale +- [Thibaut Batale](https://github.com/Freedisch) - Samuel Olubode - Wubeshet Yimam - Martin Ndungu From 8c9e18adfd2ae3aeed9653e702a87f7866a9cb01 Mon Sep 17 00:00:00 2001 From: Sunday Olubode <63305676+SundayOlubode@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:01:46 +0100 Subject: [PATCH 5/7] Update README.md Co-authored-by: Thibaut Batale <82499435+Freedisch@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d038df1..c5bd202 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ This application is designed to provide assistance in times of emergency, specif ## CONTRIBUTORS - [Thibaut Batale](https://github.com/Freedisch) -- Samuel Olubode +- [Samuel Olubode](https://github.com/SundayOlubode) - Wubeshet Yimam - Martin Ndungu From 303856425429339823d3d3fb39d9c6c524898d35 Mon Sep 17 00:00:00 2001 From: Sunday Olubode <63305676+SundayOlubode@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:01:57 +0100 Subject: [PATCH 6/7] Update README.md Co-authored-by: Thibaut Batale <82499435+Freedisch@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5bd202..b3ef9f9 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ This application is designed to provide assistance in times of emergency, specif - [Thibaut Batale](https://github.com/Freedisch) - [Samuel Olubode](https://github.com/SundayOlubode) -- Wubeshet Yimam +- [Wubeshet Yimam](https://github.com/wubeshetA) - Martin Ndungu From 4c011b74c9bd863226b68c99893955ad35d15549 Mon Sep 17 00:00:00 2001 From: Sunday Olubode <63305676+SundayOlubode@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:02:05 +0100 Subject: [PATCH 7/7] Update README.md Co-authored-by: Thibaut Batale <82499435+Freedisch@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ef9f9..3615340 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ This application is designed to provide assistance in times of emergency, specif - [Thibaut Batale](https://github.com/Freedisch) - [Samuel Olubode](https://github.com/SundayOlubode) - [Wubeshet Yimam](https://github.com/wubeshetA) -- Martin Ndungu +- [Martin Ndungu](https://github.com/gichuri)