You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(navigation): Use go_router for settings navigation
Replaced the `MaterialPageRoute` for navigating to the `SettingsPage` with `context.push("/settings")` to utilize `go_router`.
- Added a new `/settings` route in `lib/route.dart`.
- Removed a redundant `/main` route redirect.
0 commit comments