Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 534 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 534 Bytes

[2.1.0] - 2024-03-05

  • Make fallbackBuilder optional.

[2.0.0] - 2020-03-12

  • Migrate to null safety.

[1.1.1] - 2020-02-08

  • Minor code format update.

[1.1.0] - 2020-02-08

  • Added BuildContext parameter to builder functions.

  • Added generic type to switch functions.

[1.0.2] - 2019-12-13

  • Added example.

[1.0.1] - 2019-12-11

  • Updated package description.

[1.0.0] - 2019-12-11

  • Added two classes: Conditional and ConditionalSwitch, both of them support .single() and .list() functions.