mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
123
This commit is contained in:
parent
6ffd76a194
commit
b0f5dd8951
18 changed files with 441 additions and 64 deletions
|
|
@ -47,6 +47,11 @@ class Routes {
|
|||
name: 'playerSettings',
|
||||
parentRoute: settings,
|
||||
);
|
||||
static const downloadSettings = _SimpleRoute(
|
||||
pathName: 'downloadSettings',
|
||||
name: 'downloadSettings',
|
||||
parentRoute: settings,
|
||||
);
|
||||
static const shakeDetectorSettings = _SimpleRoute(
|
||||
pathName: 'shakeDetector',
|
||||
name: 'shakeDetectorSettings',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue