conditional_trigger 0.0.6
conditional_trigger: ^0.0.6 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.0.6 #
- Update README.
0.0.5 #
- Add
ConditionalState.dontSatisfyWithMinCallsAndDays. - Remove
durationparameter.
0.0.4 #
- Bump dependencies
0.0.3 #
- Add
lastStatetoConditionalTriggerto get the last state of thecheck(). - Add
disposemethod as an optional to free the memory. - Able to clear all last states by using
ConditionalTrigger.clearAllStates. - Update README.
0.0.2 #
- Initial release.