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
    }
)