Skip to content
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

update parse_server_sdk dependency (fix dependency issue with http) #1000

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
flutter:
sdk: flutter

parse_server_sdk: ^6.4.0
parse_server_sdk: ^7.0.0
# Uncomment for local testing
#parse_server_sdk:
# path: ../dart
Expand All @@ -40,7 +40,7 @@ dependencies:

# Utils
path_provider: ^2.1.2
package_info_plus: ^4.2.0
package_info_plus: ^8.0.1
path: ^1.8.3

dev_dependencies:
Expand Down