add platform check & block screenshot if Android or IOS
This commit is contained in:
parent
687a28f158
commit
b161d5b4b5
6 changed files with 41 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue