Skip to content

feat: Add support for Flutter 3.13, 3.16, 3.19; remove support for Flutter 3.3, 3.7 #994

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 1 commit
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
Prev Previous commit
Next Next commit
refactor: Upgrade parse_server_sdk to 7
  • Loading branch information
mbfakourii committed May 2, 2024
commit 6af1baaf22f1d1e5a2e5f1e841df3c4b41c08e1a
2 changes: 1 addition & 1 deletion 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 Down