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.