flutter_tilt 0.1.1
flutter_tilt: ^0.1.1 copied to clipboard
Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, and many custom parameters.
Changelog #
See the Migration Guide for the details of breaking changes between versions.
0.1.0 #
0.0.9 #
New features #
- Add
border
toTilt
widget. - Add animate
moveDuration
,leaveDuration
,moveCurve
,leaveCurve
toTiltConfig
.
0.0.8 #
0.0.7 #
- Docs
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