🎯

flutter-bloc-development

🎯Skill

from abdelhakrazi/flutter-bloc-clean-architecture-skill

VibeIndex|
What it does

flutter-bloc-development skill from abdelhakrazi/flutter-bloc-clean-architecture-skill

flutter-bloc-development

Installation

Install skill:
npx skills add https://github.com/abdelhakrazi/flutter-bloc-clean-architecture-skill --skill flutter-bloc-development
5
-
Last UpdatedJan 29, 2026

Skill Details

SKILL.md

Overview

# Flutter BLoC + Clean Architecture

A set of instructions to help your AI coding assistant build Flutter apps with proper architecture with BLoC state management, clean layers, and consistent design themes.

![Flutter](https://img.shields.io/badge/Flutter-02569B?style=flat&logo=flutter&logoColor=white)

![Dart](https://img.shields.io/badge/Dart-0175C2?style=flat&logo=dart&logoColor=white)

![BLoC](https://img.shields.io/badge/BLoC-Pattern-blue)

![License](https://img.shields.io/badge/License-Apache%202.0-blue)

What's Inside

  • SKILL.md: The architecture rules and patterns
  • examples/: Working code samples

How It Works

```

UI β†’ BLoC β†’ Repository β†’ Datasource β†’ Backend

```

No business logic in widgets. No hardcoded colors. No magic numbers.

Get Started

Install with the Skills CLI:

```bash

npx skills add https://github.com/abdelhakrazi/flutter-bloc-clean-architecture-skill --skill flutter-bloc-development

```

Or grab this repo and add it to your AI coding assistant manually.

Examples

  • [earnings_feature/](./examples/earnings_feature/): Full feature implementation
  • [trip_summary_card.dart](./examples/trip_summary_card.dart): Design-system-compliant widget

License

Apache 2.0