restage_material 2.0.0
restage_material: ^2.0.0 copied to clipboard
Material Design widgets — a curated Remote Flutter Widgets (RFW) catalog for building server-driven Flutter UI that renders as real Flutter widgets.
Changelog #
2.0.0 #
ScaffoldadmitsappBar, so a screen composes its bar in the scaffold's own slot and the bar sits below the status bar inset. A bar that sets its owntoolbarHeightis laid out at that height.AppBaradmitsbottom, andTabBar,DefaultTabControllerandPreferredSizejoin the catalog, so a tabbed bar is authored in plain Flutter without host code owning a tab controller.AppBaradmitsleading,actions,automaticallyImplyLeading,toolbarHeight,titleSpacing,leadingWidth,scrolledUnderElevation,shadowColor,surfaceTintColor,primary,forceMaterialTransparencyandactionsPadding. A delivered screen can place its own controls in the bar, and the bar's back control follows the host route.- Remove the authored commerce widgets
PackageandExpressCheckoutButton. Authored surfaces do not initiate purchases or restores; host code decides how to handle UI intent.
1.1.0 #
- Regenerate the catalog as schema v5 with callback property names serving as open event identities.
- Add an
@nodocruntime bridge used by the SDK to observe settled pager page changes without changing authored callback delivery.
1.0.2 #
- Documentation and build-configuration refresh.
1.0.1 #
- Add a usage example and shorten the package description.
- Silence a generated icon-factory analyzer warning.
1.0.0 #
- Initial release of the
restage.materialRFW catalog: 45 Material widgets with per-widget metadata and the committed catalog JSON, plus the compiled-in interactive composites (RestageModalSheet/RestageDraggableSheet/RestagePagerand the selection controls) and thePackage/ExpressCheckoutButtondomain widgets.