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.10 and 3.13, remove support for Flutter 3.0 #971

Closed mbfakourii closed 10 months ago

mbfakourii commented 10 months ago

Pull Request

Issue

Closes: #968

Approach

Improve support policy and CI

Tasks

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

Thanks for opening this pull request!

codecov[bot] commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (dc7e3d6) 39.63% compared to head (bc63c01) 39.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #971 +/- ## ========================================== - Coverage 39.63% 39.60% -0.04% ========================================== Files 60 60 Lines 3333 3333 ========================================== - Hits 1321 1320 -1 - Misses 2012 2013 +1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/parse-community/Parse-SDK-Flutter/pull/971/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community)

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

mtrezza commented 10 months ago

Does this PR depend on https://github.com/parse-community/Parse-SDK-Flutter/pull/969 or can we already merge it?

mbfakourii commented 10 months ago

Does this PR depend on #969 or can we already merge it?

yes

mtrezza commented 10 months ago

Yes we can merge it or yes we should wait :-)

mbfakourii commented 10 months ago

Yes we can merge it or yes we should wait :-)

Yes we can merge it. 😃

mbfakourii commented 10 months ago

I almost forgot that we need to bump the version and add the changelog entry manually; could you please add one?

## [7.0.0](https://github.com/parse-community/Parse-SDK-Flutter/compare/flutter-6.0.0...flutter-7.0.0) (2023-07-18)

### BREAKING CHANGES

* This release removes support for Flutter 3.0 ([#971](https://github.com/parse-community/Parse-SDK-Flutter/pull/971))

### Features

* Add support for Flutter 3.10 and 3.13, remove support for Flutter 3.0 ([#971](https://github.com/parse-community/Parse-SDK-Flutter/pull/971))

Done