add platform check & block screenshot if Android or IOS

This commit is contained in:
2024-09-11 11:44:20 +02:00
parent 687a28f158
commit b161d5b4b5
6 changed files with 41 additions and 2 deletions

View File

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