Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# and * buttons are not working. #6

Open
viralvaghela opened this issue Sep 22, 2021 · 1 comment
Open

# and * buttons are not working. #6

viralvaghela opened this issue Sep 22, 2021 · 1 comment

Comments

@viralvaghela
Copy link

No description provided.

@EmmanuelAmet
Copy link

EmmanuelAmet commented Mar 1, 2022

In order to get the * and # working, kindly change the output mask from outputMask: "(000) 000-0000" to outputMask: "***************",
@viralvaghela @eopeter

Full Code

@override
  Widget build(BuildContext context) {
    return Scaffold(
      backgroundColor: Colors.black,
      body: SafeArea(
        child:
            DialPad(
                enableDtmf: true,
                outputMask: "***************",
                backspaceButtonIconColor: Colors.red,
                makeCall: (number){
                    print(number);
                }
            )
        ),
    );
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants