fix: Correção do problema de codec no ios#7
Open
dev-thalizao wants to merge 1 commit intotamojuno:masterfrom
Open
fix: Correção do problema de codec no ios#7dev-thalizao wants to merge 1 commit intotamojuno:masterfrom
dev-thalizao wants to merge 1 commit intotamojuno:masterfrom
Conversation
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.
O problema está relacionado ao StandardMessageCodec, o codec
defaultusado pelos plugins noFlutter.Ao tentar passar um dos valores da enum
DirectCheckout.CardTypepelo codec (ex: .masterCard), ele quebra, mesmo que a enum seja do tipoString. Então isso mostra que o correto é trabalhar estritamente com os tipos mencionados na documentação do codec.Encontrei uma issue similar no repo do flutter, sobre este mesmo erro no
in_app_purchasesrodando no ios 15.4:iOS15.4 in_app_purchase got crash because of Unsupported value for standard codec
Fixes #5