gyroscopic_card 0.0.1 
gyroscopic_card: ^0.0.1 copied to clipboard
Gyroscopic Card is a Flutter package that provides an interactive, gyroscope-responsive card widget. This widget creates a unique 3D tilting effect, rotating smoothly based on device orientation, offe [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add gyroscopic_cardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  gyroscopic_card: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gyroscopic_card/gyroscopic_card.dart';