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
@@ -82,7 +82,7 @@ class DesktopForgotPasswordOtpPage extends StatelessWidget {
),
SizedBox(height: 24.0.h()),
viewModel.isLoading
? BaseButton(
? const BaseButton(
isEnabled: false,
text: ForgotPasswordOtpStrings.resetLink,
onPressed: null,
@@ -105,7 +105,7 @@ class DesktopForgotPasswordOtpPage extends StatelessWidget {
}
: null,
),
SizedBox(height: 12.0),
const SizedBox(height: 12.0),
TextButton(
onPressed: () {
@@ -10,7 +10,7 @@ class ForgotPasswordOtpScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ResponsiveBuilder(
return const ResponsiveBuilder(
mobile: MobileForgotPasswordOtpPage(),
tablet: TabletForgotPasswordOtpPage(),
desktop: DesktopForgotPasswordOtpPage(),
@@ -78,7 +78,7 @@ class MobileForgotPasswordOtpPage extends StatelessWidget {
),
SizedBox(height: 24.0.h()),
viewModel.isLoading
? BaseButton(
? const BaseButton(
isEnabled: false,
text: ForgotPasswordOtpStrings.resetLink,
onPressed: null,
@@ -82,7 +82,7 @@ class TabletForgotPasswordOtpPage extends StatelessWidget {
),
SizedBox(height: 24.0.h()),
viewModel.isLoading
? BaseButton(
? const BaseButton(
isEnabled: false,
text: ForgotPasswordOtpStrings.resetLink,
onPressed: null,
@@ -105,7 +105,7 @@ class TabletForgotPasswordOtpPage extends StatelessWidget {
}
: null,
),
SizedBox(height: 12.0),
const SizedBox(height: 12.0),
TextButton(
onPressed: () {