Last updated:
0 purchases
pay pwd
pay_pwd #
6 digital payment password input.
Online demo: https://qiuxiang.github.io/flutter-pay-pwd/
Usage #
pay(
context: context,
hintText: 'Buy Goods',
amount: '199.99',
onSubmit: (password) async {
// await submit
// return error message if password incorrect
},
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.