parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
573 stars 188 forks source link

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

Closed mbfakourii closed 3 months ago

mbfakourii commented 4 months ago

Pull Request

Issue

Closes: #992

Approach

n/a

Tasks

parse-github-assistant[bot] commented 4 months ago

Thanks for opening this pull request!

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 43.43%. Comparing base (c388545) to head (566bf03). Report is 3 commits behind head on master.

:exclamation: Current head 566bf03 differs from pull request most recent head f0d46f2. Consider uploading reports for the commit f0d46f2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #994 +/- ## ========================================== + Coverage 43.37% 43.43% +0.05% ========================================== Files 61 61 Lines 3463 3463 ========================================== + Hits 1502 1504 +2 + Misses 1961 1959 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mbfakourii commented 4 months ago

This is a breaking change since we are removing support for older flutter versions, right? Could you please rename the PR title to

feat: Add support for Flutter x.x, x.x; remove support for Flutter x.x, x.x

Yes, the title has also changed.

mbfakourii commented 4 months ago

Could you add a changelog entry and bump the SDK version?

Added.

mbfakourii commented 3 months ago

@mtrezza

You may check this PR.