Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 1.44 KB

[2.0.3] - Updated pubspec.yaml

[2.0.2] - Minor fixes

[2.0.1] - MSC v2!

  • Maybe breaking version

  • Completely new approach behind the scenes

  • New coloring options

  • More customization

  • Define one single listener to get selected state

  • Removed issues

  • Better documentation on how to use

  • Works with every widget directly, no need to use a special class SegmentedItem

[1.2.0] - Colors can now be set in MaterialSegmentedControl

  • Define colors in MSC widget generally, you do not need to specify the colors for each item separately.

[1.1.3] - Fixed initial selection

[1.1.2] - Initial selection

  • Set initially selected item.

[1.1.1] - Minor fixes

  • Optical improvements

[1.1.0] - Fixed major bug where you can select multiple items

[1.0.2] - Edited example readme

[1.0.1] - Minor fixes on readme

[1.0.0] - Added a list of children

  • Updated to Dart SDK version 2.2.2 !
  • Provide the segmented control a list of children instead only left and right
  • Define selection callback for each item itself
  • Set colors for each item

[0.2.1] - Minor fixes

[0.2.0] - Customization of vertical divider

  • Customize color
  • Set width

[0.1.6] - Completed/fixed example directory

[0.1.5] - Added example directory

[0.1.4] - Minor fixes in pubspec.yaml

[0.1.3] - License added.

  • Licensing info is under LICENSE

[0.1.2] - Edited Readme and pubspec info

[0.1.1] - 21.05.2019

  • Initial release.