issues
search
SimformSolutionsPvtLtd
/
flutter_credit_card
A credit card widget for Flutter application.
https://pub.dev/packages/flutter_credit_card
MIT License
424
stars
258
forks
source link
Feat: ✨ Floating card animation
#144
Closed
aditya-css
closed
1 year ago
aditya-css
commented
1 year ago
Created flutter plugin structure.
Added method and event channel for passing gyroscope sensor data from native side (ios and android).
Added cursor_listener.dart for listening to cursor movement on desktop and website.
Added floating_event.dart to represent the movement data.
Added floating_controller.dart to house x and y axis points and have transformation logic to move the widget as per movement data.
Updated readme.md to reflect latest addition of floating animation feature.