mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
fix: Titlebar overlay fullScreenRoutes
This commit is contained in:
parent
92d5391b93
commit
fbd1d762d3
5 changed files with 12 additions and 6 deletions
|
|
@ -7,6 +7,10 @@ import 'package:fladder/screens/login/lock_screen.dart';
|
|||
|
||||
const settingsPageRoute = "settings";
|
||||
|
||||
const fullScreenRoutes = {
|
||||
PhotoViewerRoute.name,
|
||||
};
|
||||
|
||||
@AutoRouterConfig(replaceInRouteName: 'Screen|Page,Route')
|
||||
class AutoRouter extends RootStackRouter {
|
||||
AutoRouter({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue