Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core(route): Migrate to go_router. #290

Conversation

wizlif
Copy link
Collaborator

@wizlif wizlif commented Sep 27, 2022

Complete migration from auto_route to go_router.
Much shorter build runs (Only freezed 😄 )

Will still need some extensive testing

Closes #285

@wizlif wizlif requested review from a team, Xazin and developer-rachit and removed request for a team September 27, 2022 15:34
@wizlif wizlif force-pushed the core/285/replace-auto_route-with-go_router branch 2 times, most recently from 92afbf2 to 9fc9443 Compare September 28, 2022 17:39
@wizlif wizlif requested a review from Xazin September 28, 2022 18:22
@codecov
Copy link

codecov bot commented Sep 28, 2022

Codecov Report

Merging #290 (2015014) into development (8745836) will decrease coverage by 0.36%.
The diff coverage is 0.00%.

@@              Coverage Diff               @@
##           development    #290      +/-   ##
==============================================
- Coverage        10.17%   9.81%   -0.37%     
==============================================
  Files              136     138       +2     
  Lines             3657    3781     +124     
==============================================
- Hits               372     371       -1     
- Misses            3285    3410     +125     
Impacted Files Coverage Δ
lib/infrastructure/core/settings_repository.dart 0.00% <0.00%> (ø)
lib/presentation/auth/auth_screen.dart 1.81% <0.00%> (ø)
lib/presentation/auth/widgets/profile_photo.dart 0.00% <0.00%> (ø)
lib/presentation/auth/widgets/verified.dart 3.03% <0.00%> (+0.17%) ⬆️
...presentation/contact_form/contact_form_screen.dart 6.25% <0.00%> (-0.42%) ⬇️
lib/presentation/core/app_widget.dart 0.00% <0.00%> (ø)
lib/presentation/core/routes/app_page.ext.dart 0.00% <0.00%> (ø)
lib/presentation/core/routes/router.dart 0.00% <0.00%> (ø)
...rowdaction_details/crowdaction_details_screen.dart 0.00% <0.00%> (ø)
.../crowdaction_details/widgets/commitment_badge.dart 0.00% <0.00%> (ø)
... and 22 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Xazin
Xazin previously approved these changes Oct 7, 2022
@wizlif wizlif force-pushed the core/285/replace-auto_route-with-go_router branch from ff5a074 to 6b5ee08 Compare October 10, 2022 10:24
@wizlif
Copy link
Collaborator Author

wizlif commented Oct 10, 2022

There is still a trending issue on go_router shell route about maintaining page state. I will not merge till there is a fix for it. The P.R is still in review and hopefully won't take long.

flutter/flutter#99124
flutter/packages#2650

@Xazin
Copy link
Member

Xazin commented Oct 11, 2022

There is still a trending issue on go_router shell route about maintaining page state. I will not merge till there is a fix for it. The P.R is still in review and hopefully won't take long.

flutter/flutter#99124 flutter/packages#2650

Alright sounds good, let's try to rebase this branch once in a while or similar, to make the merge easier later.

@wizlif wizlif force-pushed the core/285/replace-auto_route-with-go_router branch from eb71e70 to 2015014 Compare October 24, 2022 06:50
@Xazin Xazin force-pushed the development branch 2 times, most recently from 17043b7 to 10a52fb Compare December 10, 2022 21:38
@Xazin Xazin force-pushed the development branch 11 times, most recently from 5be7e86 to 77ff369 Compare December 11, 2022 20:08
@Xazin Xazin force-pushed the development branch 10 times, most recently from 05db9fc to 1ac5990 Compare December 19, 2022 21:36
@Xazin Xazin force-pushed the development branch 2 times, most recently from 8906c8d to 649893f Compare March 4, 2023 22:45
@Xazin
Copy link
Member

Xazin commented May 23, 2023

@wizlif Version 7.1.0 of Go Router resolves the issues we have been waiting for 🎉

@wizlif
Copy link
Collaborator Author

wizlif commented May 23, 2023

Let me do a fresh version of this, feels like a rebase will be crazy

@wizlif wizlif closed this May 25, 2023
@wizlif wizlif deleted the core/285/replace-auto_route-with-go_router branch May 25, 2023 06:27
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.

[SUGGESTION]: Replace auto_route with go_router
2 participants