-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
feat: Add support for Dart 3.1
, 3.2
, 3.3
; remove support for Dart 2.19
#993
feat: Add support for Dart 3.1
, 3.2
, 3.3
; remove support for Dart 2.19
#993
Conversation
Thanks for opening this pull request! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #993 +/- ##
=======================================
Coverage 43.37% 43.37%
=======================================
Files 61 61
Lines 3463 3463
=======================================
Hits 1502 1502
Misses 1961 1961 ☔ View full report in Codecov by Sentry. |
This is a breaking change since we are removing support for older dart versions, right? Could you please rename the PR title to
|
3.1
,3.2
,3.3
; remove support for Dart 2.19
3.1
,3.2
,3.3
; remove support for Dart 2.19
3.1
, 3.2
, 3.3
; remove support for Dart 2.19
Yes, the title has also changed. |
Could you add the changelog entry?
|
Added. |
CI errors are related to |
Pull Request
Issue
Closes: #992
Approach
n/a
Tasks