check if its PWA

This commit is contained in:
2024-09-11 12:00:36 +02:00
parent b161d5b4b5
commit 67958dae42
4 changed files with 105 additions and 16 deletions

View File

@@ -304,7 +304,7 @@ class _SignInState extends State<SignIn> {
const SizedBox(height: 10),
//Heading
Text(
'Sign In (${MzanziInnovationHub.of(context)!.theme.getPlateform()})',
'Sign In (PWA: ${MzanziInnovationHub.of(context)!.theme.isPwa()})',
style: TextStyle(
fontSize: 25,
fontWeight: FontWeight.bold,