Aarogya Seva
Aarogya Seva is an Indian app developed using flutter for tracking live Covid-19 cases. App provides Coronavirus self assessment without collecting any data. The app has following features:
- Live Covid-19 cases across India
- Minimilistic UI and an elegant user experience
- Live news related to Corona Virus from newsapi.org
- Check your health condition with Self Assessement (For general Purpose)
- List of helpline numbers
- No data collection in any form (Secure) ?
Setup
- Register on NewsApi.org
- Get APIKeys from NewsApi.org
- Paste your APIKeys in constants/apikeys.dart
const String newsApiKey = 'YOUR_API_KEYS_HERE';
TODO
- Update the Self Assessement algorithm to be more accurate ?
- Use isolates to make app more concurrent
- Make app responsive for tablets
- Better way to handle network error/ no internet
Resourses
- Inspired from Uplabs Design
- Splash Screen