Skip to content

Commit b821971

Browse files
committed
Updated main.dart
1 parent c4b6969 commit b821971

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

givison/lib/common/text_strings.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const String tSignup = "Let's Get Started";
2121

2222
const String tLoginTitle = "Welcome Back Doc!";
2323
const String tLoginSubTitle = "Make it work, make it right, make it fast.";
24-
const String tRememberMe = "Remember Me?";
2524
const String tAlreadyHaveAnAccount = "Already Have An Account? ";
2625
const String tEmail="E-Mail";
2726
const String tmob="Mobile";
@@ -39,8 +38,6 @@ const String tSignupButton = "Sign Up";
3938
const String tTnctitle = "By Continuing, you agree to our ";
4039
const String tTnc = "Terms of Service and Privacy Policy.";
4140

42-
const String tForgetPasswordTitle="Make a Selection!";
43-
const String tForgetPasswordSubTitle="Choose either of the options to reset. Do Not Forget the Password after Reseting!";
4441
const String tResetViaEmail="Reset via E-Mail Verification.";
4542
const String tResetViaPh="Reset via Mobile Number.";
4643

@@ -64,8 +61,3 @@ const String tpws= 'An e-mail with a reset link has been sent to you.';
6461

6562
const String tVerifyTitle = "Verify your Email\n\n";
6663
const String tVerifySTitle= 'An e-mail verification link has been sent to your e-mail. Please visit the link to redirect to the dashboard. Incase if you have given the wrong e-mail, please go back and register with a valid user';
67-
68-
const String tedit="You cannot edit your details. If you need to edit, you should kindly ";
69-
const String treq="Send a Request.";
70-
71-
const String tprofile = "Profile";

givison/lib/main.dart

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,3 @@ class App extends StatelessWidget {
2222
}
2323
}
2424

25-
class AppHome extends StatelessWidget {
26-
const AppHome({Key? key}):super(key:key);
27-
28-
@override
29-
Widget build(BuildContext context){
30-
return Scaffold(
31-
);
32-
}
33-
}
34-

0 commit comments

Comments
 (0)