Closed
Description
New Issue Checklist
- [x ] I am not disclosing a vulnerability.
- [x ] I am not just asking a question.
- [ x] I have searched through existing issues.
- [ x] I can reproduce the issue with the latest version of Parse Server and the Parse Flutter SDK.
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
- SDK version:
6.0.0
- Flutter version:
3.10.6
- Dart version:
3.0.6
- Operating system version:
Fedora
Server
- Parse Server version:
not required