Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 1.03 KB

[0.5.0]

  • Upgraded minimum dart version to 3.0.
  • Added TapResolver.

[0.4.0]

  • Added mounted check.

[0.4.0]

  • Added minPressedDuration and hitTestBehaviour parameters.
  • Upgraded to latest Flutter version.

[0.3.5]

  • Added onKey and onKeyEvent that will be bound to the Focus widget

[0.3.4]

  • Fixed mouse cursor hover state.

[0.3.3]

  • Fixed stack overflow with canRequestFocus getter.

[0.3.2]

  • Fixed stack overflow with mouse cursor enter event.

[0.3.1]

  • Fixed defaultMouseCursorBuilder import when published on pub.

[0.3.0]

  • Added the isFocused parameter to builders to make focus state composable with effective tap state.
  • Added actions for tap.

[0.2.0]

  • Migration to null-safety.

[0.2.0-beta]

  • Added support for beta channel.

[0.1.3]

  • Fixed compatibility with stable channel.

[0.1.2]

  • Fixed compatibility with stable channel.

[0.1.1]

  • Tap alignment of the AnimatedTapBuilder is not reinitialized when tap is released.

[0.1.0]

  • Initial release.