mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-04 18:50:42 -06:00
[client] Do not use pageBuilder in router
This commit is contained in:
@@ -56,11 +56,7 @@ class _PhylumAppState extends State<PhylumApp> {
|
||||
GoRoute(
|
||||
name: 'folder',
|
||||
path: '/folders/:id',
|
||||
pageBuilder: (context, state) => NoTransitionPage(
|
||||
name: state.name,
|
||||
child: AppLayout.create(state.pathParameters['id']!),
|
||||
arguments: state.pathParameters['id'],
|
||||
),
|
||||
builder: (context, state) => AppLayout.create(state.pathParameters['id']!),
|
||||
),
|
||||
],
|
||||
observers: [
|
||||
|
||||
Reference in New Issue
Block a user