Fix Dart lines that exceed the style limit

Scans Dart code for lines over 80 characters and refactors them into readable chunks—breaking function calls, string literals, and conditionals while preserving intent.

Best for: Dart developers tidying code before review or enforcing the 80-character lint rule.

Engineering / code-reviewatomicfor-engineerslight-setupfrom-file

Source

Creator's repository · flutter/skills

View on GitHub

License: Apache-2.0