watch_it
Reactive Flutter state management and dependency injection guidance
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install watch_it skills?โผ
Run `npx skills add flutter-it/watch_it --all -g -y` in your terminal to install all skills in this suite globally.
What problem does watch_it solve in Flutter?โผ
It rebuilds widgets automatically when observed data changes, removing the need for ValueListenableBuilder, StreamBuilder, and FutureBuilder boilerplate.
How do I watch data with watch_it?โผ
Extend WatchingWidget and call functions like watchValue or watchIt at the top of build, always in the same order, and the widget rebuilds when values change.
Does watch_it work with get_it dependency injection?โผ
Yes. watch_it is built on get_it, and the included get-it-expert skill covers registration, scopes, async initialization, and testing patterns.
Can AI coding assistants use these skills?โผ
Yes. The SKILL.md files follow the open Agent Skills standard and work with Claude Code, Cursor, GitHub Copilot, and similar tools.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core