flutter_tilt 2.0.6 copy "flutter_tilt: ^2.0.6" to clipboard
flutter_tilt: ^2.0.6 copied to clipboard

Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, gyroscope sensors and many custom parameters.

Changelog #

See the Migration Guide for the details of breaking changes between versions.

2.0.6 #

Improvements #

  • Improve light above childLayout.inner.

Fixes #

  • Fix incorrect initialization sizes in some cases (e.g. image with unspecified sizes).

2.0.5 #

Improvements #

  • Improve code structure.

2.0.4 #

Fixes #

  • Fix tapping on content causes tilt when enableRevert or enableSensorRevert is false.

2.0.3 #

Fixes #

  • Fix device landscape mode not match sensor orientation.

2.0.2 #

Improvements #

  • Config copyWith().

2.0.1 #

Fixes #

  • Fix initial has no effect.

2.0.0 #

Breaking changes #

  • Bumping Flutter SDK minimum version to 3.3.0.
  • Changed enableMouseHover in TiltConfig to enableGestureHover.
  • To keep the tilt, you need to configure TiltConfig(enableRevert: false, enableSensorRevert: false,).

New features #

  • Add sensor gesture (configuration: enableGestureSensors, sensorFactor, enableSensorRevert, sensorRevertFactor, sensorMoveDuration), default configuration is TiltConfig(enableGestureSensors = true).
  • Add touch gesture configuration, default is TiltConfig(enableGestureTouch = true).

Improvements #

  • Gesture optimization.

1.0.4 #

Fixes #

  • Fix TiltConfig(enableReverse: true) is not used in TiltParallax.
  • Fix fps timer not canceled.

1.0.3 #

Improvements #

  • Update FilterQuality parameter of Tilt and TiltParallax widgets is null by default.
  • Upgrade Example of Flutter to 3.13.0

1.0.2 #

  • Doc

1.0.1 #

  • Doc

1.0.0 #

Improvements #

  • Test coverage 100%.

0.1.2 #

Fixes #

  • Fix constraintsPosition min value is wrong.
  • Fix TiltParallax widget not following Tilt widget.

0.1.1 #

Fixes #

  • Fix trigger touch and hover at the same time.

0.1.0 #

Breaking changes #

  • The childInner parameter of the Tilt widget has been changed to childLayout.outer.

New features #

  • Add Tilt widget childLayout parameter with multiple layouts.

0.0.9 #

New features #

  • Add border to Tilt widget.
  • Add animate moveDuration, leaveDuration, moveCurve, leaveCurve to TiltConfig.

0.0.8 #

New features #

  • Add GesturesType to onGestureMove and onGestureLeave.

Improvements #

  • Update the trigger of onGestureLeave when TiltConfig.enableRevert = false.
  • Update TiltConfig.enableRevert.

Fixes #

  • Fix areaProgress changing after resize.

0.0.7 #

  • Docs

0.0.6 #

Fixes #

  • Remove onTiltBegin, onTiltEnd and add tiltDataModel callback values to onGestureMove, onGestureLeave.

0.0.5 #

Fixes #

  • Fix can't change parameters.
  • Fix Tilt.childInner is removed when Tilt.disable is used.

0.0.3 #

Fixes #

  • Fix onGestureLeave trigger when TiltConfig.enableMouseHover = false.

0.0.2 #

Fixes #

  • Fix code for analysis_options warnings.
  • Remove TiltDirection invalid topBottom and leftRight.

0.0.1 #

New features #

  • Tilt widget supports onTiltBegin, onTiltEnd, onGestureMove, onGestureLeave.
  • Upgrade example Flutter 3.10.6.

0.0.1-dev.1 #

  • Docs

0.0.1-dev.0 #

  • Initial
177
likes
0
pub points
92%
popularity

Publisher

verified publisheramooos.com

Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, gyroscope sensors and many custom parameters.

Homepage
Repository (GitHub)
View/report issues

Topics

#tilt #skew #parallax #sensor #widget

License

unknown (license)

Dependencies

flutter, sensors_plus, stream_transform

More

Packages that depend on flutter_tilt