-
-
Notifications
You must be signed in to change notification settings - Fork 206
fix: Add support for Dart 3.6
, 3.7
; remove support for Dart 3.2
, 3.3
, 3.4
, 3.5
, 3.3
#1040
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
Open
mbfakourii
wants to merge
20
commits into
parse-community:master
Choose a base branch
from
mbfakourii:bump-dart-version-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
af97557
fix: Add support for Dart 3.6, 3.7; remove support for Dart 3.2, 3.3,…
mbfakourii fea6653
fix: Downgrade sembast_web to 2.4.0+4
mbfakourii 2531017
fix: Downgrade sembast to 3.8.3
mbfakourii a4a79da
feat: Add analyzer 7.3.0 as a dev dependency
mbfakourii 7dc1b6f
feat: Migrate mockito to 5.4.5 (#1152)
mbfakourii 340dc1c
feat: Fix mocks generation in dart package
mbfakourii 196566d
feat: Use `package:web` instead of `dart:html` for web support (#1036)
mbfakourii 0586005
feat: Use `package:web` instead of `dart:html` for web support (#1036)
mbfakourii a129f0b
ci: Add formatting check and exclude mocks from analysis
mbfakourii 9427310
ci: Update formatting command to show output during analysis
mbfakourii 602275f
ci: Enhance formatting command to display changed files during analysis
mbfakourii 7bd6dec
ci: Enhance formatting command to display changed files during analysis
mbfakourii 643474b
ci: Fix linting in CI workflow for dart package
mbfakourii 0eea0c8
ci: Add linting step for Bug mocks in CI workflow
mbfakourii e1a7169
ci: Add linting step for Bug mocks in CI workflow
mbfakourii 963e3d5
ci: Fix rollback logic for uncommitted changes in CI workflow
mbfakourii 58acb4d
ci: Simplify rollback logic for uncommitted changes in CI workflow
mbfakourii 3e8c8bf
ci: Simplify rollback logic for uncommitted changes in CI workflow
mbfakourii 0ceed6c
ci: Simplify rollback logic for uncommitted changes in CI workflow
mbfakourii 36eadaf
ci: Revert uncommitted changes in dart package tests
mbfakourii 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 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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,36 +18,40 @@ topics: | |
- backend | ||
|
||
environment: | ||
sdk: ">=3.2.6 <4.0.0" | ||
sdk: ^3.6.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm unsure whether removing the upper bound is a good idea, but since even minor versions changes can be breaking, let's try. |
||
|
||
dependencies: | ||
# Networking | ||
dio: ^5.7.0 | ||
http: ^1.2.0 | ||
web_socket_channel: ^2.4.3 | ||
dio: ^5.8.0+1 | ||
http: ^1.3.0 | ||
web_socket_channel: ^3.0.3 | ||
|
||
#Database | ||
sembast: ^3.6.0 | ||
sembast_web: ^2.2.0 | ||
sembast: ^3.8.3 | ||
sembast_web: ^2.4.0+4 | ||
|
||
# Utils | ||
uuid: ^4.5.1 | ||
meta: ^1.16.0 | ||
path: ^1.9.0 | ||
mime: ^1.0.0 | ||
timezone: ^0.9.4 | ||
path: ^1.9.1 | ||
mime: ^2.0.0 | ||
timezone: ^0.10.0 | ||
universal_io: ^2.2.2 | ||
xxtea: ^2.1.0 | ||
collection: ^1.18.0 | ||
cross_file: ^0.3.3+8 | ||
collection: ^1.19.1 | ||
cross_file: ^0.3.4+2 | ||
web: ^1.1.1 | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
lints: ^5.1.1 | ||
|
||
# Testing | ||
build_runner: ^2.4.9 | ||
mockito: ^5.4.4 | ||
test: ^1.25.7 | ||
build_runner: ^2.4.15 | ||
mockito: ^5.4.5 | ||
test: ^1.25.15 | ||
|
||
# For bug https://github.com/dart-lang/mockito/issues/810 | ||
analyzer: 7.3.0 | ||
|
||
screenshots: | ||
- description: Parse Platform logo. | ||
|
This file was deleted.
Oops, something went wrong.
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
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.
What's this?