combi-35

Results 6 comments of combi-35

Hi @Milad-Akarie, how would I do that? I am pushing from onPressed action ```dart IconButton( icon: const Icon(Icons.notifications), onPressed: () => context.router.pushNamed("/notification") ) ```

@Milad-Akarie I am pushing from `HomePage` to `NotificationPage`. `MyHomePage` is root router with `BottomNavigationBar`, it contains `HomePage` and `NotificationPage`.

`context.router.pushNamed('notification')` throws an error `context.navigateNamedTo('notification')` is working But what happens in first place? It was working with `context.router.pushNamed('notification')` when I used `routerDelegate: _appRouter.delegate()`.

Can also confirm this issue with `iOS 16.0` installed.

+1 on this. I dont even see `workspaceevents` in `googleapis`. Wondering how I can use `workspaceevents` with this client. Getting redirected to this client from the [offical google docs](https://developers.google.com/workspace/events/guides/libraries#nodejs).