stager_platform 0.0.2
stager_platform: ^0.0.2 copied to clipboard
A Flutter library for precisely managing and staging data in cross-platform applications.
The Stager Platform #
Stager Widgets vs Editors #
Stager distinguishes between widgets and editors. Any widget that edits a value is an editor and any widget that doesn't edit a value is just a normal widget. All editors are StatefulWidgets, and most widgets are StatelessWidgets.
The editors/standard_widgets.dart file defines a small set of useful widgets that can be created with handy builder functions. These functions are implemented in a factory in basic_widget_factory.dart.