Video call page updated

merge-requests/143/head
Sultan Khan 6 years ago
parent cad6892c8b
commit 8a9d20990b

@ -169,10 +169,6 @@ class _LiveCarePandingListState extends State<LiveCarePandingListScreen> {
backGroundcolor: backGroundcolor:
Colors.white, Colors.white,
), ),
// SizedBox(
// height: 8,
// ),
AppText( AppText(
TranslationBase.of( TranslationBase.of(
context) context)
@ -207,6 +203,7 @@ class _LiveCarePandingListState extends State<LiveCarePandingListScreen> {
color: Colors color: Colors
.green, //Colors.black, .green, //Colors.black,
onPressed: () => { onPressed: () => {
_isInit = true,
sharedPref.setObj( sharedPref.setObj(
LIVE_CARE_PATIENT, LIVE_CARE_PATIENT,
item), item),

@ -74,12 +74,6 @@ class _VideoCallPageState extends State<VideoCallPage> {
{helpers.showErrorToast(error), Navigator.of(context).pop()}); {helpers.showErrorToast(error), Navigator.of(context).pop()});
} }
// @override
// void initState() {
// super.initState();
// }
@override @override
void dispose() { void dispose() {
super.dispose(); super.dispose();
@ -148,34 +142,6 @@ class _VideoCallPageState extends State<VideoCallPage> {
SizedBox( SizedBox(
height: MediaQuery.of(context).size.height * .2, height: MediaQuery.of(context).size.height * .2,
), ),
// Row(
// mainAxisSize: MainAxisSize.max,
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
// crossAxisAlignment: CrossAxisAlignment.center,
// children: <Widget>[
// FunctionalButton(
// title: 'Speaker',
// icon: Icons.phone_in_talk,
// onPressed: () {
// },
// ),
// FunctionalButton(
// title: 'Flip',
// icon: Icons.flip_to_back,
// onPressed: () {},
// ),
// FunctionalButton(
// title: 'Mute',
// icon: Icons.mic_off,
// onPressed: () {},
// ),
// ],
// ),
// SizedBox(
// height: MediaQuery.of(context).size.height * 0.1,
// ),
Container( Container(
width: 70.0, width: 70.0,
height: 70.0, height: 70.0,

Loading…
Cancel
Save