👽 Update API to microservices
♻️ Refactor router pushes
This commit is contained in:
@@ -29,7 +29,7 @@ class PublisherCard extends ConsumerWidget {
|
||||
clipBehavior: Clip.antiAlias,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
context.push('/publishers/${publisher.name}');
|
||||
context.pushNamed('publisherProfile', pathParameters: {'name': publisher.name});
|
||||
},
|
||||
child: AspectRatio(
|
||||
aspectRatio: 16 / 7,
|
||||
|
Reference in New Issue
Block a user