- Upgraded minimum dart version to 3.0.
- Added
TapResolver
.
- Added
mounted
check.
- Added
minPressedDuration
andhitTestBehaviour
parameters. - Upgraded to latest Flutter version.
- Added
onKey
andonKeyEvent
that will be bound to theFocus
widget
- Fixed mouse cursor hover state.
- Fixed stack overflow with
canRequestFocus
getter.
- Fixed stack overflow with mouse cursor enter event.
- Fixed
defaultMouseCursorBuilder
import when published on pub.
- Added the
isFocused
parameter to builders to make focus state composable with effective tap state. - Added actions for tap.
- Migration to null-safety.
- Added support for beta channel.
- Fixed compatibility with stable channel.
- Fixed compatibility with stable channel.
- Tap alignment of the
AnimatedTapBuilder
is not reinitialized when tap is released.
- Initial release.