file name updates
This commit is contained in:
@@ -2,9 +2,9 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:patient_manager/mih_components/mih_inputs_and_buttons/mih_date_input.dart';
|
import 'package:patient_manager/mih_components/mih_inputs_and_buttons/mih_date_input.dart';
|
||||||
|
|
||||||
class Medcertinput extends StatefulWidget {
|
class Medcertinput extends StatefulWidget {
|
||||||
final startDateController;
|
final TextEditingController startDateController;
|
||||||
final endDateTextController;
|
final TextEditingController endDateTextController;
|
||||||
final retDateTextController;
|
final TextEditingController retDateTextController;
|
||||||
const Medcertinput({
|
const Medcertinput({
|
||||||
super.key,
|
super.key,
|
||||||
required this.startDateController,
|
required this.startDateController,
|
||||||
@@ -19,7 +19,6 @@ class Medcertinput extends StatefulWidget {
|
|||||||
class _MedcertinputState extends State<Medcertinput> {
|
class _MedcertinputState extends State<Medcertinput> {
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ class _MedicineSearchState extends State<MedicineSearch> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,7 +117,7 @@ class _MedicineSearchState extends State<MedicineSearch> {
|
|||||||
} else {
|
} else {
|
||||||
return const SizedBox(
|
return const SizedBox(
|
||||||
height: 400,
|
height: 400,
|
||||||
child: const Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
"No Match Found\nPlease close and manually capture medicine",
|
"No Match Found\nPlease close and manually capture medicine",
|
||||||
style: TextStyle(fontSize: 25, color: Colors.grey),
|
style: TextStyle(fontSize: 25, color: Colors.grey),
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||||||
),
|
),
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
await SuperTokens.signOut(completionHandler: (error) {
|
await SuperTokens.signOut(completionHandler: (error) {
|
||||||
print(error);
|
//print(error);
|
||||||
});
|
});
|
||||||
if (await SuperTokens.doesSessionExist() == false) {
|
if (await SuperTokens.doesSessionExist() == false) {
|
||||||
Navigator.of(context).popAndPushNamed('/');
|
Navigator.of(context).popAndPushNamed('/');
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ class _MIHTileState extends State<MIHTile> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -303,7 +303,6 @@ class _MIHDeleteMessageState extends State<MIHDeleteMessage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -745,7 +745,6 @@ class _MIHErrorMessageState extends State<MIHErrorMessage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,6 @@ class _MIHSuccessMessageState extends State<MIHSuccessMessage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -194,7 +194,6 @@ class _MIHDeleteMessageState extends State<MIHWarningMessage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ class _MIHAboutState extends State<MIHAbout> {
|
|||||||
width: 500,
|
width: 500,
|
||||||
height: 300,
|
height: 300,
|
||||||
child: GridView.builder(
|
child: GridView.builder(
|
||||||
padding: EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
// left: width / 10,
|
// left: width / 10,
|
||||||
// right: width / 10,
|
// right: width / 10,
|
||||||
// //bottom: height / 5,
|
// //bottom: height / 5,
|
||||||
@@ -240,7 +240,6 @@ class _MIHAboutState extends State<MIHAbout> {
|
|||||||
//==================================================================
|
//==================================================================
|
||||||
socials.add(MIHTile(
|
socials.add(MIHTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
//TODO
|
|
||||||
html.window
|
html.window
|
||||||
.open('https://www.youtube.com/@mzansiinnovationhub', 'new tab');
|
.open('https://www.youtube.com/@mzansiinnovationhub', 'new tab');
|
||||||
},
|
},
|
||||||
@@ -258,7 +257,6 @@ class _MIHAboutState extends State<MIHAbout> {
|
|||||||
//==================================================================
|
//==================================================================
|
||||||
socials.add(MIHTile(
|
socials.add(MIHTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
//TODO
|
|
||||||
html.window.open('https://x.com/mzansi_inno_hub', 'new tab');
|
html.window.open('https://x.com/mzansi_inno_hub', 'new tab');
|
||||||
},
|
},
|
||||||
tileName: "X",
|
tileName: "X",
|
||||||
@@ -275,7 +273,6 @@ class _MIHAboutState extends State<MIHAbout> {
|
|||||||
//==================================================================
|
//==================================================================
|
||||||
socials.add(MIHTile(
|
socials.add(MIHTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
//TODO
|
|
||||||
html.window.open(
|
html.window.open(
|
||||||
'https://www.linkedin.com/company/mzansi-innovation-hub/',
|
'https://www.linkedin.com/company/mzansi-innovation-hub/',
|
||||||
'new tab');
|
'new tab');
|
||||||
@@ -294,7 +291,6 @@ class _MIHAboutState extends State<MIHAbout> {
|
|||||||
//==================================================================
|
//==================================================================
|
||||||
socials.add(MIHTile(
|
socials.add(MIHTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
//TODO
|
|
||||||
html.window.open(
|
html.window.open(
|
||||||
'https://www.facebook.com/profile.php?id=61565345762136',
|
'https://www.facebook.com/profile.php?id=61565345762136',
|
||||||
'new tab');
|
'new tab');
|
||||||
|
|||||||
@@ -284,7 +284,6 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ class _SignInOrRegisterState extends State<SignInOrRegister> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
// TODO: implement dispose
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user