flutter_tilt 0.0.6
flutter_tilt: ^0.0.6 copied to clipboard
Easily apply tilt parallax hover effects on Flutter, which supports tilt, light, shadow effects, and many custom parameters.
Changelog #
0.0.6 #
Fixes #
- Remove
onTiltBegin
,onTiltEnd
and addtiltDataModel
callback values toonGestureMove
,onGestureLeave
.
0.0.5 #
Fixes #
- Fix can't change parameters.
- Fix
Tilt.childInner
is removed whenTilt.disable
is used.
0.0.2 #
Fixes #
- Fix code for
analysis_options
warnings. - Remove
TiltDirection
invalidtopBottom
andleftRight
.
0.0.1 #
New features #
Tilt
widget supportsonTiltBegin
,onTiltEnd
,onGestureMove
,onGestureLeave
.- Upgrade
example
Flutter 3.10.6.
0.0.1-dev.1 #
- Docs
0.0.1-dev.0 #
- Initial