merge-update-with-lab-changes
Mohammad Aljammal 5 years ago
parent ed1c04ab25
commit 50d1e50df4

@ -35,11 +35,12 @@ class NearestEr extends StatelessWidget {
child: ListView(
children: <Widget>[
Text(TranslationBase.of(context).searchBy,
Text("\nThis service Displays nearest branch\n among all the branches of All Habib \n medical Group based on your current Location",textAlign: TextAlign.center,
style: TextStyle(
fontSize: 24.0,
fontSize: 18.0,
letterSpacing: 1.0,
fontWeight: FontWeight.bold,
fontWeight: FontWeight.w900,
color: new Color(0xFF60686b))),
Container(
margin: EdgeInsets.fromLTRB(0.0, 10.0, 0.0, 10.0),

@ -93,7 +93,12 @@ class CardPosition extends StatelessWidget {
description: Text('projectname',
textAlign: TextAlign.center,
style: TextStyle(),
),
buttonOkText:Text("LOCATION"),
buttonOkColor: Colors.grey,
buttonCancelText:Text('CAll') ,
buttonCancelColor: Colors.grey,
onOkButtonPressed: () { MapsLauncher.launchCoordinates(double.parse(latitude),double.parse(longitude),projectname);},
onCancelButtonPressed :() {launch("tel://" +telephone);}

Loading…
Cancel
Save