mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
artist screen
This commit is contained in:
@@ -29,8 +29,9 @@ final router = GoRouter(
|
||||
AlbumScreen(id: state.pathParameters['id']!),
|
||||
),
|
||||
GoRoute(
|
||||
path: 'artists',
|
||||
builder: (context, state) => ArtistScreen(),
|
||||
path: 'artists/:id',
|
||||
builder: (context, state) =>
|
||||
ArtistScreen(id: state.pathParameters['id']!),
|
||||
),
|
||||
GoRoute(
|
||||
path: 'playlists/:id',
|
||||
|
||||
Reference in New Issue
Block a user