flutter_tilt 2.0.0-dev.2 copy "flutter_tilt: ^2.0.0-dev.2" to clipboard
flutter_tilt: ^2.0.0-dev.2 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.0-dev.2 #

Improvements #

  • Update the platform description of pub.dev

2.0.0-dev.1 #

Improvements #

  • Update lints

2.0.0-dev.0 #

Breaking changes #

  • Minimum flutter version 3.3.0
  • Changed enableMouseHover in TiltConfig to enableGestureHover.

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).

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
255
likes
0
points
6.71k
downloads

Publisher

verified publisheramooos.com

Weekly Downloads

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