Skip to content

Releases: MJ12358/flutter-widgetz

v15.2.0

10 Apr 05:08

Choose a tag to compare

  • Introduce SegmentedSwitch widget.
  • Update dependencies.

v15.1.3

01 Apr 03:07

Choose a tag to compare

  • Add mounted safeguards inside onChange within Fields.

v15.1.2

21 Mar 02:09

Choose a tag to compare

  • Update semantics in CheckboxField.

v15.1.1

20 Mar 03:05

Choose a tag to compare

  • Optimize CustomTextField to only update when necessary and avoid unnecessary writes to the controller.
  • Update example.

v15.1.0

19 Mar 04:32

Choose a tag to compare

  • Add semanticsLabel to CheckboxField.
  • Add semanticsLabel to CustomTextField suffixIcon when using help.
  • Fix issues with focus within CustomSearchBar.
  • Simplify scroll controller ownership within FadedScroll.

v15.0.3

15 Mar 00:26

Choose a tag to compare

  • Fix issues with PopScope within CustomScaffold.

v15.0.2

14 Mar 23:49

Choose a tag to compare

  • Utilize maybePop within CustomScaffold.

v15.0.1

03 Mar 03:26

Choose a tag to compare

  • BREAKING:
    • Rename CustomDialogOption widget.
    • Rename CustomReorderableSliverList widget.
    • Rename FadedScroll widget.
  • Refactor FadedScroll.
  • Update comments.
  • Update example.

v15.0.0

03 Mar 01:43

Choose a tag to compare

  • BREAKING:
    • Remove controller param from SettingsList.
    • Rename FadedScroll widget.
    • Rename CustomDialogOption widget.
  • Update comments.
  • Update example.

v14.3.4

02 Mar 18:57

Choose a tag to compare

  • Add controller param to FadedScrollable.