Haptisches Feedback hinzufügen #216

Merged
flixcoo merged 14 commits from feature/215-haptisches-feedback-hinzufügen into development 2026-05-14 13:09:01 +00:00
Showing only changes of commit e2882c1c6a - Show all commits

View File

@@ -61,7 +61,7 @@ class GameTile extends StatelessWidget {
} }
}, },
onLongPress: () async { onLongPress: () async {
await HapticFeedback.vibrate(); await HapticFeedback.heavyImpact();
if (onLongPress != null) { if (onLongPress != null) {
onLongPress!.call(); onLongPress!.call();
} }