Skip to content
Snippets Groups Projects
Commit 355913a2 authored by Rakshitha Salian's avatar Rakshitha Salian
Browse files

Refactoring code

parent 94697a53
No related branches found
No related tags found
1 merge request!2Verify OTP screen- FE -ECAP1-24
......@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
minTextAdapt: true,
useInheritedMediaQuery: true,
designSize: const Size(360, 800),
builder: (context, widget) => GetMaterialApp.router(
builder: (context, widget) => GetMaterialApp(
title: AppEnvironment.appName,
key: const GlobalObjectKey(AppConfigCons.appName),
defaultTransition: Transition.fade,
......
......@@ -14,7 +14,7 @@ class Routes {
return [
GetPage(
name: RoutesName.splashScreen,
page: () => const VerifyOtp(),
page: () => const SplashScreen(),
transitionDuration: const Duration(milliseconds: 800),
transition: Transition.cupertinoDialog,
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment