rulecms_source_components 0.3.0
rulecms_source_components: ^0.3.0 copied to clipboard
Default RuleCMS Flutter components — the Flutter counterpart of @rulecms/source-components-react.
Changelog #
0.3.0 #
- Extend inline markers to bold (
{b|…}), italic ({i|…}), strikethrough ({s|…}), and line breaks ({br|}), matching@rulecms/source-components-react20.17.0. - Export
parseInlineMarkers,serializeInlineMarkers,formatInlineMarker, andrenderInlineMarkup. - Keep
parseInlineLinkMarkersas the link-only flatten of the same grammar.
0.2.1 #
- Wire widget-flutter
widgetInstanceProps,className,children, andresolveNoContainer/resolveRendersOwnElementthrough the library adapter.
0.2.0 #
- Bring the default library to parity with
@rulecms/source-components-react20.16.1. - Backfill
r-text: reject executable href schemes and honourenclosing-tag-3-resolutions. - Add
r-icon,r-button,r-divider,r-embed,r-list, andr-accordion. - Export the full library contract (
manifest,components,editor, metadata, preview cards) for a later widget-flutter update. - Resolve icons by Lucide name via
lucide_flutter1.28.0. - Render allowlisted embeds in a
WebView.
0.1.0 #
- Initial Flutter default library mirroring
@rulecms/source-components-react. r-textwith{n|label}inline link markers.cloudinary-advanced-imagevia Cloudinary URL builder.r-videovia Cloudinary delivery URLs +video_player.