EldersConnect is a Flutter app to help connect Senior Citizens to their Junior Caretakers in order to keep track of medicines, health, etc. and maintain simple communication between them.
This is the Senior's app repository. The companion Junior app repository can be found here. Both are developed by members of ACM MPSTME and NOW Mozilla Club.
Important: this project contains certain files that are encrypted due to the use of API keys, which is why it will not build directly on your machine. Please refer to ENCRYPTION.md for more information.
To build and run the app on your device, do the following:
- Install Flutter by following the instructions on their website.
- Clone this repo to your local machine using
git clone https://github.com/nowmozillaclub/eldersconnect-senior.git
. - Replace all the encrypted files with your own as explained in ENCRYPTION.md.
- Connect your devices/emulators and run the app using
flutter run
in the root of the project directory.
Note: you can also run it in release mode using flutter run --release
to improve performance and stability, however, debugging features will be disabled.
Please read the CONTRIBUTING.md file for more details on how to contribute.
This project is developed by a bunch of engineering students at NMIMS MPSTME, Mumbai. Take a look at the entire list of contributors to see who all have helped with the project.
This project is licensed under the MIT License - see the LICENSE file for details.