fix flutter 2 issue

merge-requests/748/head
Mohammad Aljammal 4 years ago
parent a1ef722954
commit 95c7161987

@ -39,8 +39,8 @@ class _LiveCarePatientScreenState extends State<LiveCarePatientScreen> {
@override
void dispose() {
_liveCareViewModel.isLogin(0);
_liveCareViewModel = null!;
timer?.cancel();
// _liveCareViewModel = null!;
timer.cancel();
super.dispose();
}

File diff suppressed because it is too large Load Diff

@ -92,6 +92,7 @@ dependencies:
path: speech_to_text
quiver: ^3.0.0
flutter_colorpicker: ^0.5.0
# Html Editor Enhanced
html_editor_enhanced: ^2.1.1

Loading…
Cancel
Save