Skip to content

Latest commit

 

History

History
81 lines (44 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

81 lines (44 loc) · 1.16 KB

3.1.1

  • Documentation updated.
  • Removed unnecessary dependencies.

3.1.0

  • Implemented second way to handle and change the value of the switch.
  • Properties initialValue and onChanged were added.
  • Prevent widget enabled when controller and onChanged is null.

3.0.1

  • BoxDecoration borderRadius replaced with ClipRRect

3.0.0+1

  • Documentation updated.

3.0.0

  • Custom controller changed to ValueNotifier.
  • Reload animation on widget update.

2.1.0

  • Change thumb with a custom widget support provided.

2.0.2+2

  • Pointing cursor added for web.

2.0.2+1

  • LICENSE CHANGED.

2.0.2

  • Disabled opacity property added.

2.0.1

  • Enabled/disabled state property.
  • Documentation improved.

2.0.0

  • Null Safety implemented.

1.0.0+1

  • Code format fixed.

1.0.0

  • State management changed to controller.

0.0.9+4

  • License changed to MIT.

0.0.9+3

  • Changelog information provided.

0.0.9+2

  • Code formatting fixed.
  • Documentation url fixed.

0.0.8

  • Documentation improved.

0.0.7

  • Adding active/inactive widgets feature implemented.

0.0.6

  • Adding active/inactive background images feature implemented.