flutter_tilt icon indicating copy to clipboard operation
flutter_tilt copied to clipboard

👀 Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, and gyroscope sensors | 为 Flutter 轻松创建倾斜视差悬停效果,支持倾斜、光照、阴影效果和陀螺仪传感器

Results 4 flutter_tilt issues
Sort by recently updated
recently updated
newest added

Resolve #9 ### Usage ```dart Tilt( lightShadowMode: LightShadowMode.projector, lightConfig: const LightConfig( ...... projectorScale: 1.1, ), shadowConfig: const ShadowConfig( ...... projectorScaleFrom: 1.0, projectorScaleTo: 1.0, projectorBlurSigmaFrom: 5.0, projectorBlurSigmaTo: 20.0, ), child: .........

c: enhancement

Hi, wondering if it's possible that when you tilt and keep it tilted that the position stays until you tilt it back to origin? This could be fun to be...

c: question
a: await investigate

### Platforms iOS ### Description In the parallax example: https://amoshuke.github.io/flutter_tilt_book/#/ParallaxImage you had to disable light and shadow because they are drawn as rectangles not as the png's border. Can we...

c: enhancement
a: await response

### Platforms All ### Description Support for side by side 3d images or spatial photos format (with the stereo images) to bring sorta of a 3d effect when tilting your...