confirmation_screen 1.0.0 copy "confirmation_screen: ^1.0.0" to clipboard
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
    }
)
1
likes
140
points
25
downloads

Publisher

verified publisherappforte.ro

Weekly Downloads

A confirmation screen that presents a simple math problem to solve.

Homepage
Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter, flutter_bloc

More

Packages that depend on confirmation_screen