rules/business_logic_in_widget_rule library

Classes

BusinessLogicInWidgetRule
Flags business-logic calls (network, file I/O, persistence) inside a Widget / State class. Widgets should delegate to services so logic is testable and the UI layer stays thin.