IMPS implementation

This commit is contained in:
2025-08-22 16:36:58 +05:30
parent fc76528206
commit 04c992c934
14 changed files with 309 additions and 128 deletions

View File

@@ -98,7 +98,7 @@ class _KMobileState extends State<KMobile> {
],
title: 'kMobile',
theme: themeState.getThemeData(),
darkTheme: themeState.getThemeData(),
//darkTheme: themeState.getThemeData(),
themeMode: ThemeMode.system,
onGenerateRoute: AppRoutes.generateRoute,
initialRoute: AppRoutes.splash,
@@ -472,3 +472,4 @@ class BiometricPromptScreen extends StatelessWidget {
}
}
}