- Add code coverage badge.
- Fixes issue that the
call
is not incremented.
- Change the sdk version to
^3.3.0
. - Bump the
package_info_plus
version to^8.0.0
.
- Removes all deprecated
ConditionalState
to avoid theswitch
issue. - Removes deprecated methods.
- Marks
ConditionalTrigger.clearAllLastStates()
as deprecated withConditionalTrigger.clearAllStates()
. - Marks
ConditionalState.dontSatisfyWithMinCalls
,ConditionalState.dontSatisfyWithMinDays
andConditionalState.dontSatisfyWithMinCallsAndDays
as deprecated withConditionalState.notSatisfiedWithMinCalls
,ConditionalState.notSatisfiedWithMinDays
andConditionalState.notSatisfiedWithMinCallsAndDays
. - Improves the
ConditionalState
descriptions. - Updates dependencies.
- Bump dependencies.
- Change
package_info_plus version
to^4.2.0
.
- Upgrade dependencies.
- Update dependencies.
- Update comment.
- Update homepage URL.
- Bump dependencies.
- Added
checkOnce
method. - Changed the prefix of logs to
ConditionalTrigger
.
- Update README.
- Add
ConditionalState.dontSatisfyWithMinCallsAndDays
. - Remove
duration
parameter.
- Bump dependencies
- 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.
- Initial release.