dart-long-lines

Installation
SKILL.md

Dart Long Lines

1. When to use this skill

Use this skill when:

Discovery

To find lines that exceed the limit:

Automated Analysis

The most reliable way to find long lines is to use the Dart analyzer:

  • Command: dart analyze
  • Lint: lines_longer_than_80_chars
Installs
76
GitHub Stars
138
First Seen
Apr 22, 2026
dart-long-lines — kevmoo/dash_skills