Merged
Conversation
myleshorton
reviewed
Feb 19, 2026
| break; | ||
| case AuthFlow.renewSubscription: | ||
| // TODO: Handle this case. | ||
| throw UnimplementedError(); |
Contributor
There was a problem hiding this comment.
Do we need to implement these?
Contributor
Author
There was a problem hiding this comment.
Nope, renewals do not need verification.
myleshorton
approved these changes
Feb 19, 2026
Contributor
myleshorton
left a comment
There was a problem hiding this comment.
Generally looks fine to me!
Contributor
|
LGTM too! |
atavism
pushed a commit
that referenced
this pull request
Feb 20, 2026
* Show logout when user is free when logged in * paymnet fix * added flow for renewal subscription.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new
renewSubscriptionflow to the authentication process, updates the subscription and payment logic to handle user renewal scenarios, and adds a logout option for users who are logged in but do not have a Pro subscription. It also includes some minor code cleanups and UI adjustments.Authentication and Subscription Flow Updates:
renewSubscriptionto theAuthFlowenum and integrated handling for this flow in the payment and email confirmation screens (app_eum.dart,choose_payment_method.dart,confirm_email.dart). [1] [2] [3] [4] [5]userRenewalFlowmethod (plans.dart).Settings and Logout Enhancements:
setting.dart). [1] [2]setting.dart).Minor UI and Code Cleanups:
choose_payment_method.dart). (F090da39L18R18)choose_payment_method.dart).home_notifierin plans (plans.dart).logs_path.dart).