Skip to content

Conversation

@Theo-lbg
Copy link
Contributor

@Theo-lbg Theo-lbg commented Jan 9, 2026

New change proposal

Thank you for contributing to XpeApp Admin Flutter

Change category

  • Feature
  • Fix
  • Documentation
  • Chore

Description

This pull request migrates the application's navigation system from Flutter's built-in Navigator and static route maps to the go_router package, introducing a more robust, declarative, and type-safe routing approach. All navigation calls throughout the codebase have been updated to use go_router methods, and a central routerProvider has been added for route management and authentication-based redirects. This change also improves maintainability and scalability for future routing needs.

Checklist

  • I have tested my changes
  • The previous tests still works
  • I did not broke anything to ensure reverse compatibility
  • README updated

@Theo-lbg Theo-lbg marked this pull request as ready for review January 9, 2026 12:27
@github-actions github-actions bot added the bug 🐛 Something isn't working label Jan 9, 2026
@sonarqube-xpeho
Copy link

@Theo-lbg Theo-lbg linked an issue Jan 12, 2026 that may be closed by this pull request
@Theo-lbg Theo-lbg merged commit 6cd3a9c into main Jan 14, 2026
10 checks passed
@Theo-lbg Theo-lbg deleted the fix/goRouter branch January 14, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🐛 Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] - Navigation to do in Admin Flutter

3 participants