A Solution Challenge Submission
UniCare was created to help students to gain easy access to therapists and counselors on campus. It contains a reporting functionality to make an SOS call to nearby police, hospitals or fire service in case of an emergency. We believe that this is a necessary step in bringing down the death-rate due to suicide and depression in our community.
This project uses 'Poppins' as it's primary font. All the fonts have been pre-imported.
Moreover, here are a few colors which are used throughout the project, and have been added within an AppColors class, use them accordingly.
primaryColor : Color(0xFF0984E3)
secondaryColor1 : Color(0xFF09E3D4)
secondaryColor2 : Color(0xFFE36709)
subTextColor : Color(0xFF858585)
textColor : Color(0xFF202124)
errorColor : Color(0xFFF03738)
All the design/mockups for the app have been added in the designs
directory. You can use those for reference.
-
Our solution mainly consists of a Flutter based mobile app. We wanted our solution to reach the masses, that's why we picked flutter as our framework of choice because of its cross-platform capabilities.
-
For the backend, we mostly relied on Firebase, as it was easier to integrate with the flutter app, without any hassle to manage & create instances of our server.
-
For sign-ups & authentication, we used Firebase authentication or Auth.
-
For storing the different types of data including user data, we chose Cloud Firestore because of its robust features and ability to query & filter out documents with ease.
git clone https://github.com/seths10/UniCare.git
cd unicare
flutter run
Our app primarily deals with the health sector. When it comes to saving a life, every millisecond counts! We're UniCare!