-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Min Dart SDK version #115
Comments
FYI Angular is now using Dart >= 2.8.4 https://github.com/dart-lang/angular/blob/master/angular/pubspec.yaml |
this goes heavily against https://develop.sentry.dev/sdk/philosophy/#compatibility-is-king I'm all in for new features, but if it breaks a good amount of people, I prefer to keep using https://pub.dev/packages/meta at least for a few more months after NNBD being GA, and also checking how NNBD deals with 3rd parties that are not NNBD ready, I guess this will be common for a while |
Yeah, last version is just not an option. I noticed other packages have a second package name with Sounds easier for us to just wait out on this, it seems. |
I opened a poll, lets see if we get enough data: https://twitter.com/brungarc/status/1318947753620348934?s=20 |
almost all the Dart team packages (http, meta, path, ...) are now >= 2.10 and are prepared to NNBD https://pub.dev/dart/packages?sort=popularity |
That's a very compelling reason to go for 2.10 🤐 |
https://github.com/getsentry/sentry-dart/releases/tag/4.0.0-alpha.2 |
We're releasing 4.0.0 which is a big major version so it's time to discuss the min Dart SDK version we want to support on the
sentry
package.Important notes:
I'd propose we set the min version to 2.7:
sentry-dart/dart/pubspec.yaml
Line 9 in cc913bf
To clarify: What would we leaving behind? Is there a reason folks using AngularDart can't be on Dart 2.7?
The text was updated successfully, but these errors were encountered: