SOLID POD: Fail to navigate to the specified widget
Open
@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:
- It needs to be done for each case in
keypod(a user ofsolidpod) which really should not worry about an issue like this. - It seems unclear why using
Navigator.pushworked
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.