Skip to content

package:dart_style v2.3.2

Compare
Choose a tag to compare
@kevmoo kevmoo released this 29 Jun 16:27
· 202 commits to main since this release
3ddfba5
  • Don't indent parameters that have metadata annotations. Instead, align them
    with the metadata and other parameters.
  • Allow metadata annotations on parameters to split independently of annotations
    on other parameters (#1212).
  • Don't split before . following a record literal (#1213).
  • Don't force split on a line comment before a switch expression case (#1215).
  • Require package:analyzer >=5.12.0 <7.0.0.
  • Preserve ? on nullable empty record types (#1224).