cleared console problems

This commit is contained in:
amirrezaghabeli
2025-09-16 08:36:03 +03:30
parent b6a3598cbf
commit c421f85c95
67 changed files with 236 additions and 196 deletions
@@ -83,7 +83,7 @@ class DesktopForgotPasswordPage extends StatelessWidget {
// ),
SizedBox(height: 70.0.h()),
viewModel.isLoading
? BaseButton(
? const BaseButton(
isEnabled: false,
text: ForgotPasswordStrings.resetLink,
onPressed: null,
@@ -105,7 +105,7 @@ class DesktopForgotPasswordPage extends StatelessWidget {
}
: null,
),
SizedBox(height: 12),
const SizedBox(height: 12),
TextButton(
onPressed: () {
context.pop();
@@ -10,7 +10,7 @@ class ForgotPasswordScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ResponsiveBuilder(
return const ResponsiveBuilder(
mobile: MobileForgotPasswordPage(),
tablet: TabletForgotPasswordPage(),
desktop: DesktopForgotPasswordPage(),
@@ -78,7 +78,7 @@ class MobileForgotPasswordPage extends StatelessWidget {
// ),
// SizedBox(height: 70.0.h()),
viewModel.isLoading
? BaseButton(
? const BaseButton(
isEnabled: false,
text: ForgotPasswordStrings.resetLink,
onPressed: null,
@@ -77,7 +77,7 @@ class TabletForgotPasswordPage extends StatelessWidget {
// ),
// SizedBox(height: 70.0.h()),
viewModel.isLoading
? BaseButton(
? const BaseButton(
isEnabled: false,
text: ForgotPasswordStrings.resetLink,
onPressed: null,
@@ -100,7 +100,7 @@ class TabletForgotPasswordPage extends StatelessWidget {
: null,
),
SizedBox(height: 12),
const SizedBox(height: 12),
TextButton(
onPressed: () {
context.pop();