oref
Flutter signals state management with lints and DevTools
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Oref skills?โผ
Run `npx skills add medz/oref --all -g -y` in your terminal to install all Oref skills globally.
What is Oref for Flutter?โผ
Oref is a high-performance Flutter state management library built on signals. Widgets automatically rebuild when the signal values they read change, with no boilerplate.
How do I create a signal in Oref?โผ
Call `signal(context, initialValue)` inside your widget's build method, read it with `count()`, and update it with `count.set(newValue)`.
Does Oref include lint rules?โผ
Yes. Oref ships an analyzer plugin with lints for hooks, effects, and signal usage. Enable it by adding `plugins: oref: <version>` to your analysis_options.yaml.
Can I inspect Oref state in DevTools?โผ
Yes. Run your app in debug mode, open Flutter DevTools, and enable the Oref extension to inspect signals, effects, computed values, and collections.
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