-
Notifications
You must be signed in to change notification settings - Fork 123
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
✨ implement Dart 3 class modifiers #453
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #453 +/- ##
===========================================
- Coverage 93.80% 93.79% -0.02%
===========================================
Files 8 8
Lines 452 451 -1
===========================================
- Hits 424 423 -1
Misses 28 28
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@JEuler I have added class modifiers to make class inheritance more strict where I thought it necessary. Let me know your thoughts. |
What do you think about sdk: ">=3.0.0 <4.0.0"? That is a big thing as I understand. Personally I don't have problems with that already, but maybe for someone that will be a problem. Any way, we should make it major then. :) |
Class modifiers are a Dart 3 thing. Dart 2 doesn't support them.
Yep.
|
Yeah, I know about the Dart 2-3. That's cool then, thank you! |
analyzer
)