aarogya seva indian app
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
Comments are closed.