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
6
Repository
flutter/skills
GitHub Stars
2.5K
First Seen
May 8, 2026
dart-long-lines — flutter/skills