Skip to content

maheshp2002/medhelper-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medhelper

build code:

  • flutter build apk --build-name=1.0.1 --build-number=1 --no-tree-shake-icons

               await collectionReference.collection("consultDoctors").doc(user.email).get()
               .then((snapshot) {
                         sign = snapshot.get('sign');
                       });