libs/mvc/wt_view library

Classes

WtAsyncView<T>
A WtView that resolves a Future and renders loading/error/empty/data states automatically via a FutureBuilder. Implement loadData and buildData.
WtView
Base class for a screen's view: a small template-style holder that carries assigned variables and builds a widget tree, with ready-made scaffold/loading/error/empty helpers.