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

fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 #1016

Merged
merged 6 commits into from
Oct 17, 2024

Conversation

mbfakourii
Copy link
Member

@mbfakourii mbfakourii commented Oct 17, 2024

Pull Request

Issue

Add support for Dart 3.4, 3.5 and remove support for Dart 3.0,3.1

Closes: #1010

Approach

n/a

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)

Copy link

parse-github-assistant bot commented Oct 17, 2024

Thanks for opening this pull request!

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 43.48%. Comparing base (c388545) to head (8969ee5).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
packages/dart/lib/src/network/parse_query.dart 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1016      +/-   ##
==========================================
+ Coverage   43.37%   43.48%   +0.11%     
==========================================
  Files          61       61              
  Lines        3463     3463              
==========================================
+ Hits         1502     1506       +4     
+ Misses       1961     1957       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mbfakourii mbfakourii requested a review from a team October 17, 2024 07:30
packages/dart/CHANGELOG.md Outdated Show resolved Hide resolved
packages/dart/CHANGELOG.md Outdated Show resolved Hide resolved
packages/dart/lib/parse_server_sdk.dart Show resolved Hide resolved
@mtrezza mtrezza changed the title fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0,3.1 fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 Oct 17, 2024
@mtrezza mtrezza changed the title fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 fix: Add support for Dart 3.4, 3.5; remove support for Dart 3.0, 3.1 Oct 17, 2024
@mtrezza mtrezza merged commit a3449f4 into parse-community:master Oct 17, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update parse_server_sdk_flutter dependencies for compatibility with privacy manifest requirements
2 participants