Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 649 Bytes

File metadata and controls

20 lines (11 loc) · 649 Bytes

flutter-di

LeanCode Flutter dependency injection plugin for Cursor and Claude Code.

Contains the dependency injection rule:

  • rules/dependency-injection.mdprovider-based DI conventions
  • skills/flutter-di-usage/SKILL.md — entry point for this plugin

Example usage

  • /flutter-di-usage — get a short explanation of what this plugin does and which asset to use next

What this plugin is NOT about

General cubit/bloc logic after dependencies are provided lives in flutter-bloc.

Related plugins

  • flutter-bloc — BLoC/Cubit state management after dependencies are provided