Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.02 KB

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 Widget named Conditioned.
  • No more passing of Widgets. Instead uses Widget builders.

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 Condition to SimpleCondition.
  • The Widget used for more complex use-cases has been renamed from MatchCondition to Condition.
  • A new Widget (SwitchCondition) has been added for use in cases where you would normally use a switch.
  • The README.md has 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 Condition Widget for simple true/false condition checks.
  • Add the MatchCondition Widget for more complex condition checks.