Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

79 lines (48 loc) · 3.88 KB

[0.8.0-null-safety] - 22June2021

  • Migrated to null safety

[0.7.0] - 19June2021

[0.6.6] - 25August2020

  • Improve code coverage
  • Add missing documentation
  • Merged pull request which enables onSubmitted for the widget.

[0.6.5] - 19August2020

  • increased test coverage.
  • fixed lot of typo errors in documentation and code.
  • Added enable and style attribute to the widgets.
  • Replace deprecated WhiteListingTextFormatter with FilteringTextInputFormatter.

[0.6.0+3] - 02August2020

  • Added examples for buttonArrangement options.

  • Added example for onIncrement & onDecrement callbacks

  • Fixed some spell check errors in readme.

  • Merged a documentation fix from not-holar. Thank you 🥇 😄.

[0.6.0+2] - 24June2020

  • Added 5 different prefabbed widgets for ease of use and as example.

  • Added scale factors for width and height.

  • Provided more options such as icon size, background color and decoration.

  • Added options for call back on Increment and Decrement

  • Added options for different layouts of the increment decrement buttons.

[0.5.0] - 22May2020.

  • A initial release of the NumberIncrementDecrement Widget

Todo

  • Expose all options of the TextFormField for more customized control.

  • Add more prefabbed widgets.

  • Write golden test cases.

  • Expose call back options

  • Expose more options for Icons.