flutter_tilt library

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

Classes

ChildLayout
Other child layouts.
Direction
方向
LightConfig
Light effect config. 光照效果配置。
ShadowConfig
Shadow effect config. 阴影效果配置。
Tilt
Tilt 倾斜
TiltConfig
Tilt effect config. 倾斜效果配置。
TiltDataModel
TiltDataModel 倾斜数据 Model
TiltDirection
Tilt Direction 倾斜方向
TiltLight
光源
TiltParallax
TiltParallax 倾斜视差
TiltShadow
阴影
TiltStreamModel
TiltStreamModel 倾斜 Stream 数据 Model

Enums

GesturesType
GesturesType 手势类型
LightDirection
Light direction. 光照方向。
ShadowDirection
Shadow direction. 阴影方向。

Typedefs

TiltCallback = void Function(TiltDataModel tiltDataModel, GesturesType gesturesType)
TiltCallback 倾斜回调