conditional_trigger 0.6.0
conditional_trigger: ^0.6.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.6.0 #
- Bump
package_info_plusto^9.0.0.
0.5.1+1 #
- Add code coverage badge.
0.5.1 #
- Fixes issue that the
callis not incremented.
0.5.0 #
- Change the sdk version to
^3.3.0. - Bump the
package_info_plusversion to^8.0.0.
0.4.0 #
- Removes all deprecated
ConditionalStateto avoid theswitchissue. - Removes deprecated methods.
0.3.1 #
- Marks
ConditionalTrigger.clearAllLastStates()as deprecated withConditionalTrigger.clearAllStates(). - Marks
ConditionalState.dontSatisfyWithMinCalls,ConditionalState.dontSatisfyWithMinDaysandConditionalState.dontSatisfyWithMinCallsAndDaysas deprecated withConditionalState.notSatisfiedWithMinCalls,ConditionalState.notSatisfiedWithMinDaysandConditionalState.notSatisfiedWithMinCallsAndDays. - Improves the
ConditionalStatedescriptions. - Updates dependencies.
0.3.0 #
- Bump dependencies.
0.2.1 #
- Change
package_info_plus versionto^4.2.0.
0.2.0 #
- Upgrade dependencies.
0.1.1 #
- Update dependencies.
- Update comment.
- Update homepage URL.
0.1.0 #
- Bump dependencies.
0.0.7 #
- Added
checkOncemethod. - Changed the prefix of logs to
ConditionalTrigger.
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.