Video call page updated

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

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

@ -74,12 +74,6 @@ class _VideoCallPageState extends State<VideoCallPage> {
{helpers.showErrorToast(error), Navigator.of(context).pop()});
}
// @override
// void initState() {
// super.initState();
// }
@override
void dispose() {
super.dispose();
@ -148,34 +142,6 @@ class _VideoCallPageState extends State<VideoCallPage> {
SizedBox(
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(
width: 70.0,
height: 70.0,

Loading…
Cancel
Save