condition_helper 0.0.3 copy "condition_helper: ^0.0.3" to clipboard
condition_helper: ^0.0.3 copied to clipboard

discontinuedreplaced by: conditional_trigger
outdated

Make it easier for you to set the Case for specific method.

Condition Helper #

This plugin will make it easier for you to set the Case for specific method.

Usage #

This method will do nothing if the current platform is other than Android and iOS.

final condition = ConditionHelper('SurveyBanner');

Use this method to check the Case:

final state = await condition.check();

if (state == ConditionState.satisfied) {
    // Do something
}