flutter_tilt_widget_widget 0.1.7 flutter_tilt_widget_widget: ^0.1.7 copied to clipboard
You can use this package to make your widget using tilt effect.
How to use #
First, add the dependency to your pubspec.yaml
file:
dependencies:
flutter_tilt_widget_widget: ^<latest-version>
Then, add the following import (not flutter_tilt_widget.. but flutter_tilt_widget_widget):
import 'package:flutter_tilt_widget_widget/flutter_tilt.dart';
Finally, wrap your target widget as child of a FlutterTilt
widget.