rocket_view library

Classes

RocketException
Represents an exception that occurs during data loading or manipulation.
RocketListenable
An abstract class that defines the behavior of a listenable object.
RocketModel<T>
An abstract class that defines the behavior of a model object.
RocketView<T>
A widget that helps to manage the state of a RocketModel and handle the different states of the data (loading, done, failed).
ViewRocketState
The state object for the RocketView widget.

Extensions

AllToJson on List<RocketModel>

Constants

rocketRebuild → const String
rocketRequestKey → const String

Typedefs

OnError = Widget Function(RocketException error, dynamic reload())?