Instructions file
Instructions for flutter-it/get_it, covering claude.md, package overview, development commands, testing and run all tests.
Instructions file
Instructions for flutter-it/get_it, covering claude.md, package overview, development commands, testing and run all tests.
Skill Claude CodeCodex
Architecture guidance for Flutter apps using the flutterit construction set (getit, watchit, commandit, listenit). Covers Pragmatic Flutter Architecture (PFA) with Services/Managers/Views, feature-based project structure, manager pattern, proxy pattern with optimistic updates and override fields, DataRepository with…
Skill Claude CodeCodex
Expert guidance on getit service locator and dependency injection for Flutter/Dart. Covers registration (singleton, factory, lazy, async), scopes with shadowing, async initialization with init() pattern, retrieval, testing with scope-based mocking, and production patterns. Use when working with getit, dependency…