conditioned 0.1.0-dev.1
conditioned: ^0.1.0-dev.1 copied to clipboard
This package contains a Widget that will let you show a child Widget based on provided conditions.
0.1.0-dev.1 02/04/2021 #
- Add null-safety
- Renamed package to conditioned
0.0.8 01/09/2020 #
- Fix typo in README.md
0.0.7 08/14/2019 #
- Completely overhauled the API so it's now 1
WidgetnamedConditioned. - No more passing of
Widgets. Instead usesWidgetbuilders.
0.0.6 08/11/2019 #
- Renamed a lot.
- Updated README.md.
- Updated the example.
- Add some doc to the code.
0.0.5 08/10/2019 #
- The Widget for simple true/false checks has been renamed from
ConditiontoSimpleCondition. - The Widget used for more complex use-cases has been renamed from
MatchConditiontoCondition. - A new Widget (
SwitchCondition) has been added for use in cases where you would normally use aswitch. - The
README.mdhas been changed to reflect the changes and additions.
0.0.2 08/09/2019 #
- Fix a typo in
pubspec.yaml(homepage url).
0.0.1 08/09/2019 #
- Add the
ConditionWidget for simple true/false condition checks. - Add the
MatchConditionWidget for more complex condition checks.