restage_shared 1.1.0
restage_shared: ^1.1.0 copied to clipboard
Pure-Dart Remote Flutter Widget (RFW) catalog format, schemas, validation, and shared value types used across the Restage packages.
Changelog #
1.1.0 #
- Additive schema support for upcoming surface work; no breaking changes.
1.0.2 #
- Add flow predicate sugar: the
FlowPredicateOperator/FlowPredicateValueArityvocabulary and related flow-document support for decision-state authoring.
1.0.1 #
- Add a usage example.
1.0.0 #
- Initial public release: the Restage paywall/surface format, schemas, validation, and shared catalog types.
- Vendor
package:rfw1.1.3'sformatssublibrary intolib/src/rfw_formats/(binary.dart,model.dart,text.dart) so the Restage backend can parse.rfwtxtand round-trip.rfwblobs from pure-Dart server images without taking a Flutter SDK dependency. - Add
lib/src/rfw_formats.dartbarrel mirroring upstreampackage:rfw/formats.dart. - Re-export the rfw formats API from the package barrel (
lib/restage_shared.dart). - Reproduce upstream BSD-3-Clause license verbatim at
lib/src/rfw_formats/LICENSE-rfwfor attribution.