flutter-smell-build-side-effects

Official

Guard Flutter builds from side effects.

Authorbelluga
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Flutter UI builds often trigger IO, network, telemetry, or side effects during widget lifecycles such as build or didChangeDependencies, leading to fragility and hard-to-test code. This skill enforces guardrails to ensure side effects are controlled and initiated by a controller, not directly from UI widgets.

Core Features & Use Cases

  • Controller-driven side effects: Any IO or asynchronous work is initiated by a centralized controller during initialization or explicit actions.
  • Guarded init: Prevents side-effectful work from executing multiple times or during widget lifecycle transitions.
  • Guidance and best practices: Provides patterns to keep widgets pure and testable.

Quick Start

Create a dedicated controller to initialize and mediate all side-effectful work, keeping widgets pure.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: flutter-smell-build-side-effects
Download link: https://github.com/belluga/delphi-ai/archive/main.zip#flutter-smell-build-side-effects

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.