parse-community / Parse-SDK-Flutter

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

feat: Removes support for Flutter `3.10`, `3.13` #1014

Closed mbfakourii closed 1 week ago

mbfakourii commented 1 week ago

Pull Request

Issue

This release removes support for Flutter 3.10, 3.13

Closes: #1010

Approach

n/a

Tasks

parse-github-assistant[bot] commented 1 week ago

I will reformat the title to use the proper commit message syntax.

parse-github-assistant[bot] commented 1 week ago

Thanks for opening this pull request!

parse-github-assistant[bot] commented 1 week ago

I will reformat the title to use the proper commit message syntax.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 43.48%. Comparing base (c388545) to head (722d4a2). Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
packages/flutter/lib/parse_server_sdk_flutter.dart 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1014 +/- ## ========================================== + Coverage 43.37% 43.48% +0.11% ========================================== Files 61 61 Lines 3463 3463 ========================================== + Hits 1502 1506 +4 + Misses 1961 1957 -4 ```

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

mbfakourii commented 1 week ago

@mtrezza

All the warnings have been solved. The error given is related to Parse Flutter Dart package, which will be solved in another PR.

mtrezza commented 1 week ago

Great!

mtrezza commented 1 week ago

The changelog is missing the added support for flutter 23, 24