Last updated:
0 purchases
flutter tilt widget
How to use #
First, add the dependency to your pubspec.yaml file:
dependencies:
flutter_tilt_widget_widget: ^<latest-version>
copied to clipboard
Then, add the following import (not flutter_tilt_widget.. but flutter_tilt_widget_widget):
import 'package:flutter_tilt_widget_widget/flutter_tilt.dart';
copied to clipboard
Finally, wrap your target widget as child of a FlutterTilt widget.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.