-
-
Notifications
You must be signed in to change notification settings - Fork 214
feat: Upgrade various dependencies and fix warnings #824
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
Merged
Changes from 19 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5ced809
upgrade packages and fix warnings
mbfakourii 395ad66
fix dependency error
mbfakourii bc8dd34
fix dependency error
mbfakourii 8937b27
fix dependency error
mbfakourii 2e72912
fix dependency error
mbfakourii 78c407c
fix dependency error
mbfakourii e178c12
fix dependency error in flutter_test
mbfakourii bbb95de
fix meta package dependency error in flutter_test
mbfakourii d6e2fdb
update dio to 5.0.1
mbfakourii 8410833
bump dart version and add entry to CHANGELOG.md
mbfakourii d53b1fa
Merge branch 'master' into update_packages
mbfakourii 5614ee6
update to last cheng and bump dart version to 3.1.15
mbfakourii cecd220
rollback to old flutter pubspec.yaml
mbfakourii d171d47
Merge branch 'master' into update_packages
mbfakourii a720e44
Update packages/dart/pubspec.yaml
mtrezza d1445d0
Update packages/dart/lib/src/base/parse_constants.dart
mtrezza 7aea049
Update packages/dart/CHANGELOG.md
mtrezza fccd8b6
Update packages/dart/CHANGELOG.md
mtrezza 5484925
Merge branch 'master' into update_packages
mtrezza a7d0d3b
Update packages/flutter/pubspec.yaml
mtrezza 1ef5be8
Merge branch 'master' into update_packages
mtrezza ef63745
rollback flutter files
mbfakourii 1646439
rollback flutter files
mbfakourii 59cb8a4
Merge branch 'master' into update_packages
mbfakourii e9226d7
fix dart io
mbfakourii 9bb14dd
Merge branch 'master' into update_packages
mbfakourii 47149ee
Update packages/dart/CHANGELOG.md
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 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
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
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 |
|---|---|---|
| @@ -1,32 +1,33 @@ | ||
| name: parse_server_sdk | ||
| description: Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com) | ||
| version: 3.1.14 | ||
| version: 4.0.0 | ||
| homepage: https://github.com/parse-community/Parse-SDK-Flutter | ||
|
|
||
| environment: | ||
| sdk: ">=2.12.0 <3.0.0" | ||
|
|
||
| dependencies: | ||
| # Networking | ||
| dio: ^4.0.6 | ||
| http: ^0.13.4 | ||
| web_socket_channel: ^2.2.0 | ||
| dio: ^5.0.1 | ||
| http: ^0.13.5 | ||
| web_socket_channel: ^2.3.0 | ||
|
|
||
| #Database | ||
| sembast: ^3.2.0 | ||
| sembast_web: ^2.0.1+1 | ||
| sembast: ^3.4.0+6 | ||
| sembast_web: ^2.1.0+4 | ||
| xxtea: ^2.1.0 | ||
|
|
||
| # Utils | ||
| uuid: ^3.0.6 | ||
| meta: ^1.7.0 | ||
| path: ^1.8.1 | ||
| uuid: ^3.0.7 | ||
| meta: ^1.8.0 | ||
| path: ^1.8.2 | ||
| mime_type: ^1.0.0 | ||
| timezone: ^0.9.0 | ||
| timezone: ^0.9.1 | ||
| universal_io: ^2.2.0 | ||
|
|
||
| dev_dependencies: | ||
| lints: ^1.0.1 | ||
| lints: ^2.0.1 | ||
| # Testing | ||
| build_runner: ^2.1.11 | ||
| mockito: ^5.2.0 | ||
| test: ^1.21.4 | ||
| build_runner: ^2.3.3 | ||
| mockito: ^5.3.2 | ||
| test: ^1.23.1 |
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.
Uh oh!
There was an error while loading. Please reload this page.