issues
search
dart-lang
/
dart_style
An opinionated formatter/linter for Dart code
https://pub.dev/packages/dart_style
BSD 3-Clause "New" or "Revised" License
650
stars
121
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Tall style: single argument => with multiple .. is very tall
#1603
davidmorgan
opened
4 days ago
2
Prefer to split in `||` patterns in a switch expression instead of the value
#1602
munificent
opened
1 week ago
0
Remove an unused import.
#1601
munificent
closed
1 week ago
0
Make "// @dart=" version comments affect the applied style.
#1600
munificent
closed
1 week ago
0
Language version tag inside file should affect style
#1599
munificent
closed
1 week ago
0
Use FastHash on Piece.
#1598
munificent
closed
1 week ago
0
How should the formatter handle missing package_config.json files?
#1597
munificent
opened
2 weeks ago
15
If case when should prefer adding a new line to `when` and not to the inner variables [New style]
#1596
FMorschel
opened
2 weeks ago
1
Simplify ChainPiece.
#1595
munificent
closed
2 weeks ago
0
Support a list of include paths in analysis options
#1594
srawlins
closed
2 weeks ago
0
Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group
#1593
dependabot[bot]
closed
3 weeks ago
0
Clean up README and TODO comments.
#1592
munificent
closed
3 weeks ago
0
Support determining the page_width given a list / lists of multiple included files
#1591
srawlins
closed
2 weeks ago
3
Change firstWhereOrNull() to nonNulls.firstOrNull.
#1590
munificent
closed
3 weeks ago
0
Don't crash on a doc comment before a pattern variable statement.
#1589
munificent
closed
1 month ago
0
Don't move a comment between a modifier and return type.
#1588
munificent
closed
1 month ago
0
Don't drop comments in collection literals with preserved newlines.
#1587
munificent
closed
1 month ago
0
Crash if doc comment before pattern variable declaration
#1586
munificent
closed
1 month ago
0
Formatter moves inline comment in external declaration
#1585
munificent
closed
1 month ago
0
Formatter drops comment before comma in collection literal
#1584
munificent
closed
1 month ago
5
Consider how to format method call chains whose target is a split delimited expression
#1583
loic-sharma
opened
1 month ago
1
'formatter_width' YAML key is snake_case
#1582
srawlins
closed
1 month ago
3
Should the languageVersion parameter to DartFormatter() be optional after all?
#1581
munificent
closed
1 month ago
9
Allow a factory constructor with metadata before it to split.
#1580
munificent
closed
1 month ago
0
Don't split return type if there is a comment after function metadata.
#1579
munificent
closed
1 month ago
0
Ship the "tall-style" experiment.
#1578
munificent
closed
1 month ago
0
Rename "--line-length" option to "--page-width".
#1577
munificent
closed
1 month ago
0
Better formatting for long type parameter bounds.
#1576
munificent
closed
1 month ago
0
Apply class modifiers to all the classes.
#1575
munificent
closed
1 month ago
0
Allow a comment in code to explicitly configure the page width.
#1574
munificent
closed
1 month ago
0
Use the latest language version if we can't find a package.
#1573
munificent
closed
1 month ago
0
Don't write trailing commas in split catch clauses.
#1572
munificent
closed
1 month ago
1
Allow configuring project-wide page width using a surrounding analysis_options.yaml file
#1571
munificent
closed
1 month ago
0
Split catch clause incorrectly has trailing comma
#1570
munificent
closed
1 month ago
0
Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
#1569
dependabot[bot]
closed
1 month ago
0
Line longer than 80 characters in class type parameters
#1568
stereotype441
closed
1 month ago
1
Add benchmark and regression test for #1516.
#1567
munificent
closed
2 months ago
0
Stdin name search
#1566
munificent
closed
2 months ago
1
Remove the old CLI options and executables.
#1565
munificent
closed
2 months ago
1
Remove support for fixes and `--fix`.
#1564
munificent
closed
2 months ago
0
Make the language version parameter to DartFormatter mandatory.
#1563
munificent
closed
2 months ago
2
Bump version to publish 2.3.7.
#1562
munificent
closed
2 months ago
1
Don't allow a block argument to be named.
#1561
munificent
closed
2 months ago
1
Fix test that fails on Windows.
#1560
munificent
closed
2 months ago
0
[tall-style] Trailing comma in argument list dropped
#1559
rakudrama
closed
2 months ago
1
[tall-style] Erased trailing comma in list literal
#1558
rakudrama
closed
2 months ago
1
[tall-style] Keep qualified names tighter than the containing expression
#1557
rakudrama
opened
2 months ago
1
Don't crash on an index cascade section followed by a method chain.
#1556
munificent
closed
2 months ago
1
Handle imports with "as" and "if" clauses in either order.
#1555
munificent
closed
2 months ago
3
Avoid gratuitous splits after `=`.
#1554
munificent
closed
2 months ago
0
Next