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

Manual Search

Related skills
Installs
1
Repository
flutter/skills
GitHub Stars
1.9K
First Seen
5 days ago