feat: Add settings to control play button visibility on home shelves (#81)
Some checks failed
Flutter CI & Release / Test (push) Has been cancelled
Flutter CI & Release / Build Android APKs (push) Has been cancelled
Flutter CI & Release / build_linux (push) Has been cancelled
Flutter CI & Release / Create GitHub Release (push) Has been cancelled

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
Dr.Blank 2025-05-22 08:24:59 +05:30 committed by GitHub
parent 25c3346941
commit 5c7be5cbe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 481 additions and 7 deletions

View file

@ -52,6 +52,11 @@ class Routes {
name: 'shakeDetectorSettings',
parentRoute: settings,
);
static const homePageSettings = _SimpleRoute(
pathName: 'homePage',
name: 'homePageSettings',
parentRoute: settings,
);
// search and explore
static const search = _SimpleRoute(