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

Fix #1681 #1699

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Fix #1681 #1699

merged 2 commits into from
Apr 1, 2024

Conversation

dagyu
Copy link
Contributor

@dagyu dagyu commented Mar 28, 2024

To address the error, I replaced @JsonValue with @Jsonkey, as illustrated in this commit: link. This adjustment was necessary because json_serializable requires the use of @JsonValue for enum serialization, not @JsonKey.

I believe this issue is significant and may indicate other similar mistakes throughout the codebase. Therefore, I kindly ask you to merge this PR and to address other similar bugs in the codebase.

As @siherrmann mentioned #1681 (comment), this is not merely an enhancement but a critical bug that requires immediate attention.

@jonasbark jonasbark requested a review from remonh87 March 29, 2024 11:48
Copy link
Member

@remonh87 remonh87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me thanks!

@remonh87 remonh87 merged commit 8f51e14 into flutter-stripe:main Apr 1, 2024
3 of 5 checks passed
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.

2 participants