-
-
Notifications
You must be signed in to change notification settings - Fork 205
Update Dependencies of parse sdk to 5.1.3 #966
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
Labels
type:feature
New feature or improvement of existing feature
Comments
Thanks for opening this issue!
|
invalid |
I am looking into this possibility, unfortunately, in my last check, we had many conflict with other packages |
According to our support policy, we currently cannot cancel our support for versions below 3 darts (Until May 2024). My suggestion is to use dependency_overrides. dependency_overrides:
http: ^1.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Issue Checklist
Issue Description
Pub get fails
Because no versions of parse_server_sdk_flutter match >6.0.0 <7.0.0 and parse_server_sdk_flutter 6.0.0 depends on parse_server_sdk ^5.1.2, parse_server_sdk_flutter ^6.0.0 requires parse_server_sdk ^5.1.2.
And because parse_server_sdk >=4.0.0 depends on http ^0.13.5, parse_server_sdk_flutter ^6.0.0 requires http ^0.13.5
Parse_server_sdk is now 5.1.3 can we update the sdk_flutter to depend on the latest?
Steps to reproduce
Add parse_server_sdk_flutter: ^6.0.0
and any other package that depends on http: > 1.0.0
Actual Outcome
Fails with error above
Expected Outcome
Pub get should succeed without errors
Environment
Parse Flutter SDK
6.0.0
3.10.6
3.0.6
Fedora
Server
not required
Logs
The text was updated successfully, but these errors were encountered: