Open
Description
When building app in release mode some text widgets are missing.
ScreenUtilInit(
designSize: Size(430, 932),
minTextAdapt: true,
splitScreenMode: true,
builder: (context,child) {
return MaterialApp(
theme: ThemeData(
textSelectionTheme: TextSelectionThemeData(
cursorColor: AppColors.lightGrey,
),
dialogTheme: DialogTheme(backgroundColor: AppColors.white),
inputDecorationTheme: InputDecorationTheme(
counterStyle: AppTextStyles.text14Black400,
hintStyle: TextStyle(fontSize: 14.h, fontWeight: FontWeight.w400),
contentPadding: EdgeInsets.only(left:16.h,right: 16.h),
constraints: BoxConstraints(maxHeight: 56.h),
),
hintColor: AppColors.lightGrey,
fontFamily: GoogleFonts.poppins().fontFamily,
colorScheme: ColorScheme.fromSeed(seedColor: AppColors.white),
useMaterial3: true,
),
routes:AppRoutes.routes,
initialRoute: '/',
);
}
),
);
}
}
Metadata
Metadata
Assignees
Labels
No labels