ptlam-code-style-dart-flutter
Installation
SKILL.md
PTLam Dart Flutter Code Style
Rules for Flutter application code: the shared toolchain, the four-layer feature structure, presentation state, widgets, routes, external boundaries, and tests. This skill owns Flutter mechanics only.
Required skills
ptlam-code-style-dart
Reason: Provides the Dart language, package, analyzer, formatter, dartdoc, and test mechanics underneath the Flutter boundary.
Instructions: Read and apply ptlam-code-style-dart first; it loads ptlam-code-style as its own foundation. Let Dart own the SDK and toolchain, naming, formatting, imports, const and final, package layout, dartdoc, and package:test mechanics. Use this skill only for Flutter framework, widget, state, routing, localization, and Flutter-runner test mechanics. This specialization may be stricter than Dart, never looser.