-
Notifications
You must be signed in to change notification settings - Fork 40
feat: flutter 3.29 #136
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
Comments
I would also consider removing |
As a matter of fact, it conflicts now, because the Tall Style formatter now supports block-style formatting in more spots (which is a cross between tall and short style for closures). |
I'll start planning in the work for this today and hopefully we can get it tackled as soon as possible. I personally am happy we finally get these interesting changes to the analyzer, thank you @lishaduck for providing the worked out info! Makes my life easier |
…t 3.7 formatter Fixes #80 Related dart-lang/dart_style#1652 Related VeryGoodOpenSource/very_good_analysis#136
…VeryGoodOpenSource/very_good_analysis#136, dart format . undoes it) objectbox_flutter_libs 4.2.0
Description
Update lints list for the latest Dart release.
Stable:
unnecessary_underscores
(Dart team is currently debating if it belongs in thecore
orrecommended
set)strict_top_level_inference
(Continues down the vein of preventing dynamic from leaking in, currently proposed for lints)Formatting changes:
require_trailing_commas
Experimental:
unnecessary_async
unsafe_variance
(this actually looks really useful, but maybe I just write too much generic code)Style changes:
omit_obvious_property_types
specify_nonobvious_property_types
↑ These new lints align with Effective Dart better than the current style, but are experimental. I personally think they fit well with VGA's style, but it's very much a style choice on y'all's part.
Removed lints: already handled 🥳
Requirements
Have a decision made on the updates.
Additional Context
Just the quarterly issue filing.
The text was updated successfully, but these errors were encountered: