alibaba / alibaba/flutter_boost

返回键会将flutter里面自己的路由全部清空吗?

Open
#900 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
7.2k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

在弹一个dialog时,发现返回键会将页面一并关闭,并不是期待的只将dialog关闭;同样用Navigator.of(context).push()开启第二个页面,点返回键仍然会连同第一个页面关闭

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported behavior in a FlutterBoost app: open a dialog, then use Navigator.of(context).push() to open a second page and press the back key. Trace FlutterBoost's back handling and route stack behavior; done means back dismisses only the dialog or top route without closing the underlying page.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.