Create Bloc banner
ToastyToast25 ToastyToast25

Create Bloc

Development community

Description

--- description: "Creates BLoC or Cubit classes for state management with events and states" globs: ["lib/**/*_bloc.dart", "lib/**/*_cubit.dart", "lib/**/bloc/*.dart"] alwaysApply: false --- # Create BLoC Skill Create a BLoC or Cubit for state management. ## Trigger Keywords - create bloc - new bloc - create cubit - add bloc - state management bloc --- ## Cubit Template (Simpler) Use Cubit when you don't need event tracking. ```dart import 'package:bloc/bloc.dart'; import 'package:equatab

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-bloc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-bloc && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/create-bloc.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-bloc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository