-
Notifications
You must be signed in to change notification settings - Fork 166
1.27.0 #3576
Conversation
For those following along, this release is getting tested for landing in the SDK here: https://dart-review.googlesource.com/c/sdk/+/253501. Currently it's blocked on some pending fixes to |
Why will we need to accommodate those? They should be backwards compatible. |
Sorry, yeah. I was under the mistaken impression that deprecations would be breaking. Glad to hear I was wrong! |
…3545) * Update avoid_function_literals_in_foreach_calls.dart * Second attempt * Add a the to make for betterer english
Note: includes fix to accommodate deflake here: dart-lang/sdk#49596 |
* 1.27.0 * Insert reasoning for `avoid_function_literals_in_foreach_calls` lint (dart-archive/linter#3545) * Update avoid_function_literals_in_foreach_calls.dart * Second attempt * Add a the to make for betterer english * convert unnecessary `.from`s to `.of`s (dart-archive/linter#3577) * deflake `avoid_redundant_argument_values` * ++ Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
1.27.0
use_string_in_part_of_directives
use_super_parameters
false positive with repeated superparameter references
use_late_for_private_fields_and_variables
to handle enumsprefer_contains
false positive when start index is non-zeronoop_primitive_operations
to catch.toString()
in string interpolations
public_member_api_docs
to report diagnostics on extensionnames (instead of bodies)
DartTypeUtilities
refactoring/cc @srawlins @bwilkerson @parlough @a14n