anusii / anusii/solidpod

SOLID POD: Fail to navigate to the specified widget

Open
#157 2 comments 0 reactions 1 assignee View on GitHub

@cdawei is already working on this.

Since May 30, 2024.

Dominant language
Dart
Stars
10
Forks
7
Avg merge
1d 3h
Merged PRs (30d)
6

Description

There are more than one scenarios where the navigator does not redirect to the specified child widget, e.g. two issues captured by

Although a workaround that seemed to work is using Navigator.push instead of Navigator.pushReplacement for the widget in question, but there are a few problems for this workaround:

  1. It needs to be done for each case in keypod (a user of solidpod) which really should not worry about an issue like this.
  2. It seems unclear why using Navigator.push worked

There is likely a hidden issue in the solidpod that is the root cause, so understanding it and systematically resolve it in solidpod is preferred.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.