restage_core 2.0.0
restage_core: ^2.0.0 copied to clipboard
Cross-platform widget primitives (Container, Column, Row, Text, Image, and more) — a curated Remote Flutter Widgets (RFW) catalog for server-driven Flutter UI.
Changelog #
2.0.0 #
- Add
RestageDecoders.preferredSize/optionalPreferredSize, which adapt a rendered slot value to aPreferredSizeWidgetargument at the height carried beside it. - Breaking: the registry and catalog use catalog schema v5 from
rfw_catalog_schema2.0.0. The closed event-name list is gone; a callback's constructor property name is its event identity, and a 1.x runtime or toolchain does not read this catalog. - Regenerate the catalog as schema v5 with callback property names serving as open event identities.
1.0.2 #
- Documentation and build-configuration refresh.
1.0.1 #
- Add a usage example and shorten the package description.
1.0.0 #
- Initial release of the
restage.coreRFW catalog: 54 cross-platform widget primitives with per-widget metadata and the committed catalog JSON, plus the compiled-in motion (RestageMotion/RestageFadeIn/RestagePulse/RestageStagger/RestageSpring) and number/price formatter widgets.