confirmation_screen 1.0.0
confirmation_screen: ^1.0.0 copied to clipboard
A confirmation screen that presents a simple math problem to solve.
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
}
)