-
Notifications
You must be signed in to change notification settings - Fork 247
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
chore(api)!: Model .fromJson() Refactor #4665
Merged
Merged
Conversation
This file contains 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
Equartey
force-pushed
the
chore/api-from-json-refactor
branch
2 times, most recently
from
April 5, 2024 19:37
76e8dbf
to
77909a9
Compare
Equartey
changed the title
chore(api): Model .fromJson() Refactor
chore(api)!: Model .fromJson() Refactor
Apr 8, 2024
Equartey
force-pushed
the
chore/api-from-json-refactor
branch
from
April 15, 2024 19:07
5981c2c
to
2e5e0e3
Compare
Equartey
force-pushed
the
chore/api-from-json-refactor
branch
from
April 18, 2024 16:03
dbbb859
to
810685b
Compare
Jordan-Nelson
previously approved these changes
Apr 19, 2024
@@ -44,5 +44,15 @@ end | |||
post_install do |installer| | |||
installer.pods_project.targets.each do |target| | |||
flutter_additional_ios_build_settings(target) | |||
target.build_configurations.each do |config| | |||
# Workaround for: https://github.com/flutter/flutter/issues/126449 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Is this still needed? The GH issue linked says it was resolved in flutter v3.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, no it should be removed.
packages/amplify_datastore/test/resources/observe_api/blog_type_success_event.json
Show resolved
Hide resolved
NikaHsn
previously approved these changes
Apr 19, 2024
This was referenced Apr 22, 2024
Jordan-Nelson
approved these changes
Apr 23, 2024
NikaHsn
approved these changes
Apr 23, 2024
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.
Issue #, if available:
#816
Description of changes:
Flattens the nested data structure of
serializedData
across the method channel and the.fromJson()
method found on codegen models. This PR is to be paired with changes in aws-amplify/amplify-codegen#593By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.