mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-12 14:09:29 +00:00
feat: add shake detection functionality (#36)
* feat: add shake detection functionality and integrate vibration support * feat: add shake detector settings page
This commit is contained in:
parent
2e3b1de529
commit
b229c4f2f5
25 changed files with 1423 additions and 158 deletions
|
|
@ -42,6 +42,11 @@ class Routes {
|
|||
name: 'playerSettings',
|
||||
parentRoute: settings,
|
||||
);
|
||||
static const shakeDetectorSettings = _SimpleRoute(
|
||||
pathName: 'shakeDetector',
|
||||
name: 'shakeDetectorSettings',
|
||||
parentRoute: settings,
|
||||
);
|
||||
|
||||
// search and explore
|
||||
static const search = _SimpleRoute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue