Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

go Directly to books/new (tab child) #376

@fullflash

Description

@fullflash

Hi,
in your example books app how can we acchive to directly open sub route child tab ?

it would be nice if we can directly open nested route page there are a gg_route package with example to achive this.

i have tried adding extra textbutton in your settings page
but it just opens books main page first tab now the last one as it should be for path "/books/all

 TextButton(
              onPressed: () {
                context.go('/books/all');
              },
              child: const Text('Go directly to /books/all (GoRouter)'),
            ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions