You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the Dart minimum SDK version specified in the package does not accurately reflect the latest features and changes implemented. For instance, the use of withValues(_lib/src/date_picker/date_picker.dart:5905_)—introduced in Flutter 3.27.x—requires a minimum Dart version of 3.6, not 3.3 as currently specified.
This mismatch could lead to issues like this, where developers using older Dart versions may encounter compatibility problems.
Would it make sense to consider updating the Dart minimum SDK version to 3.6 in the pubspec.yaml? This adjustment would better align with the package's actual requirements and help prevent such inconsistencies.
Steps to reproduce
Code sample
Code sample
#
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
[Add the StackTraces here]
On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
Doctor output
[Add your output here]
The text was updated successfully, but these errors were encountered:
matiasleyba
changed the title
wrong min Dart SDK version
Mismatch in Dart Min SDK Version
Jan 7, 2025
Bug description
Hi guys,
It appears that the Dart minimum SDK version specified in the package does not accurately reflect the latest features and changes implemented. For instance, the use of
withValues
(_lib/src/date_picker/date_picker.dart:5905_
)—introduced in Flutter 3.27.x—requires a minimum Dart version of 3.6, not 3.3 as currently specified.This mismatch could lead to issues like this, where developers using older Dart versions may encounter compatibility problems.
Would it make sense to consider updating the Dart minimum SDK version to 3.6 in the
pubspec.yaml
? This adjustment would better align with the package's actual requirements and help prevent such inconsistencies.Steps to reproduce
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
Doctor output
[Add your output here]
The text was updated successfully, but these errors were encountered: