conditional_trigger 0.1.0 conditional_trigger: ^0.1.0 copied to clipboard
Make it easier for you to set the conditions (such as min days or min calls) for specific method or widget.
0.1.0 #
- Bump dependencies.
0.0.7 #
- Added
checkOnce
method. - Changed the prefix of logs to
ConditionalTrigger
.
0.0.6 #
- Update README.
0.0.5 #
- Add
ConditionalState.dontSatisfyWithMinCallsAndDays
. - Remove
duration
parameter.
0.0.4 #
- Bump dependencies
0.0.3 #
- Add
lastState
toConditionalTrigger
to get the last state of thecheck()
. - Add
dispose
method as an optional to free the memory. - Able to clear all last states by using
ConditionalTrigger.clearAllStates
. - Update README.
0.0.2 #
- Initial release.