Skip to content

A Flutter application to allow users manage their own medical data

Notifications You must be signed in to change notification settings

MillerAdulu/afyaboraapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Afya Bora

A Flutter project to allow members have control over their own medical data. Once a user gets diagnosed the details of the diagnosis are recorded and the doctor confirms them before they are available for the user to view. The API to enable this app to function is found here

Getting Started

  1. Clone this project on a computer with flutter installed
  2. Build and you are good to go

Confirming diagnoses

lib/utils/api.dart

return _netUtil.post(addDiagnosisUrl, body: {
  ...

  'doctorNationalId': '8888888'   // After adding a doctor to your database, replace this with their national id.

  ...

});

About

A Flutter application to allow users manage their own medical data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published