mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 02:59:28 +00:00
downloads and offline playback
This commit is contained in:
parent
1c95d1e4bb
commit
c24541f1cd
38 changed files with 1590 additions and 109 deletions
|
|
@ -43,6 +43,19 @@ class Routes {
|
|||
pathName: 'explore',
|
||||
name: 'explore',
|
||||
);
|
||||
|
||||
// downloads
|
||||
static const downloads = _SimpleRoute(
|
||||
pathName: 'downloads',
|
||||
name: 'downloads',
|
||||
);
|
||||
|
||||
// library browser to browse the library using author, genre, etc.
|
||||
static const libraryBrowser = _SimpleRoute(
|
||||
pathName: 'browser',
|
||||
name: 'libraryBrowser',
|
||||
// parentRoute: library,
|
||||
);
|
||||
}
|
||||
|
||||
// a class to store path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue