-
-
Notifications
You must be signed in to change notification settings - Fork 206
feat: Add support for Flutter 3.13
, 3.16
, 3.19
; remove support for Flutter 3.3
, 3.7
#994
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
Merged
mtrezza
merged 17 commits into
parse-community:master
from
mbfakourii:compatibility-update-in-flutter
May 15, 2024
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9419d13
docs: Compatibility update in Flutter
mbfakourii 3d29539
fix: Bug fix
mbfakourii cfdc452
fix: Bug fix
mbfakourii caa455f
fix: Update dependency's
mbfakourii fe26631
fix: Update dependency's
mbfakourii 8baae4a
refactor: bump version and add entries in CHANGELOG.md
mbfakourii 3da60a6
refactor: bump version and add entries in CHANGELOG.md
mbfakourii e2392b8
Merge branch 'master' into compatibility-update-in-flutter
mtrezza 42e4fd7
refactor: bump `parse_server_sdk` version
mbfakourii e0c6f0b
Merge remote-tracking branch 'origin/compatibility-update-in-flutter'…
mbfakourii 9ab3d6f
refactor: Downgrade `parse_server_sdk` version
mbfakourii 6af1baa
refactor: Upgrade parse_server_sdk to 7
mbfakourii 12298d4
refactor: Upgrade parse_server_sdk to 7
mbfakourii cc843e6
refactor: Upgrade parse_server_sdk to 7
mbfakourii 566bf03
refactor: Upgrade parse_server_sdk to 7
mbfakourii 3df14b8
Update README.md
mtrezza f0d46f2
release date
mtrezza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
Should we merge #993 first and then set this to
^7.0.0
?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.
Yes ,this is a better method.
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.
I think you can upgrade now and then let's see if the CI passes.
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.
Due to the conflicts in
flutter 3.10
withparse_server_sdk 7.0.0
, it is not possible to upgrade parse_server_sdk until Flutter 3.10 is supported.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.
What's the procedure to go forward?
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.
We have to wait until July 2024 to upgrade.
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.
I don't think it will cause any problem and you can merge this PR