tap_builder 0.5.0
tap_builder: ^0.5.0 copied to clipboard
A simple widget for building interactive areas.
0.5.0 #
- Upgraded minimum dart version to 3.0.
- Added
TapResolver
.
0.4.0 #
- Added
mounted
check.
[0.4.0] #
- Added
minPressedDuration
andhitTestBehaviour
parameters. - Upgraded to latest Flutter version.
0.3.5 #
- Added
onKey
andonKeyEvent
that will be bound to theFocus
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.