widget/lib library

Classes

HypenBuilder
HypenElement
HypenScope
A wrapper widget to use hypen reactive state. You should wrap your widget tree with HypenScope.
HypenStatefulWidget
A stateful widget equivalent to StatefulWidget. You should use HypenWidgetState to declare State class.
HypenWidget
A simple stateless widget equivalent to StatelessWidget. You should override build method. You can override buildLoader method to show your own loading indicator.
HypenWidgetState<T extends HypenStatefulWidget>
A state equivalent to State.