0 purchases
confirmation screen
The package helps present the user with a simple confirmation screen. It provides a simple math problem for the user to solve. Once solved it sends a confirmation callback which the integrating module can listen to.
Usage #
To use this package, add confirmation_screen as a dependency in your pubspec.yaml file.
ConfirmationScreen(
confirmation: Confirmation(),
onConfirmed: () {
// handle confirmation
}
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.