Skip to content

Sent Go Router to the depths of hell where it belongs😑!!! (Deprecate Go Router use, Migrate app to Auto Route)#55

Merged
nuilewis merged 2 commits intomainfrom
gorouter-depreaction
Feb 22, 2025
Merged

Sent Go Router to the depths of hell where it belongs😑!!! (Deprecate Go Router use, Migrate app to Auto Route)#55
nuilewis merged 2 commits intomainfrom
gorouter-depreaction

Conversation

@nuilewis
Copy link
Copy Markdown
Collaborator

Send Go Router to the depths of hell where it belongs😑 it was a fucken pain, to hell with it.

Migrated the project's navigation from go_router to auto_route.
Removed go_router as a dependency.
Added auto_route and auto_route_generator dependencies.
Implemented auto_route for all screens.
Replaced go_router methods with auto_route equivalents throughout the project.
Refactored route names and paths for clarity and consistency.
Updated app bar logic to use router.back() instead of go_router's pop().
Moved all route logic to auto_route generator

Other minor changes:
Updated app button colours when its button type is outline

Fixes: #33
Fixes: #47

Send Go Router to the depths of hell where it belongs😑 it was a fucken pain, to hell with it.

Migrated the project's navigation from go_router to auto_route.
Removed go_router as a dependency.
Added auto_route and auto_route_generator dependencies.
Implemented auto_route for all screens.
Replaced go_router methods with auto_route equivalents throughout the project.
Refactored route names and paths for clarity and consistency.
Updated app bar logic to use router.back() instead of go_router's pop().
Moved all route logic to auto_route generator

Other minor chnages:
Updated app button colors when its button type is outline
@nuilewis nuilewis merged commit 5554a15 into main Feb 22, 2025
3 of 4 checks passed
@nuilewis nuilewis changed the title Send Go Router to the depth of hell where it belongs😑!!! (Deprecate Go Router use, Migrate app to Auto Route) Send Go Router to the depths of hell where it belongs😑!!! (Deprecate Go Router use, Migrate app to Auto Route) Feb 22, 2025
@nuilewis nuilewis changed the title Send Go Router to the depths of hell where it belongs😑!!! (Deprecate Go Router use, Migrate app to Auto Route) Sent Go Router to the depths of hell where it belongs😑!!! (Deprecate Go Router use, Migrate app to Auto Route) Feb 22, 2025
@nuilewis nuilewis deleted the gorouter-depreaction branch April 23, 2025 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate Go router Use. Migrate to Autoroute Deprecate Gorouter Use, Probably migrate to Autoroute

1 participant