pi ui accelerometer widget

This commit is contained in:
Mikkeli Matlock
2026-02-04 23:19:24 +09:00
parent 4a830dde91
commit 8044bbde94
6 changed files with 309 additions and 16 deletions

View File

@@ -33,11 +33,11 @@ class TestFlipFlopService {
// ThemeService.instance.toggle();
// Surprise the navigator
if (navigatorKey.currentState?.emotion == 'surprise') {
navigatorKey.currentState?.reset();
} else {
navigatorKey.currentState?.setEmotion('surprise');
}
// if (navigatorKey.currentState?.emotion == 'surprise') {
// navigatorKey.currentState?.reset();
// } else {
// navigatorKey.currentState?.setEmotion('surprise');
// }
});
}