rich_form_field 0.3.0
rich_form_field: ^0.3.0 copied to clipboard
Rich text form field with toolbar, styling ranges, and HTML codec output.
Changelog #
0.3.0 #
- Add read-only rendering widgets:
RichStyledTextandRichSelectableStyledText. - Support rendering from either encoded content (
encoded+codec) or pre-decodedRichTextFormatResult. - Add configurable list marker display (
literalorbullets) and custom style resolver callback. - Add documentation examples and widget tests for styled/selection/plain-text rendering.
0.2.2 #
- CI: switch publish workflow to the official OIDC-based pub.dev workflow.
0.2.1 #
- Fix: resolve pending custom style reset using an unused parameter placeholder.
0.2.0 #
- Add toolbar customization: ordered default tools, custom tools, and toolbar builder.
- Add custom style registry with HTML encode/decode hooks.
- Add custom color picker callback.
- Add optional auto-insert list markers setting.
- Update example with simple/advanced tabs and demo GIF.
0.1.0 #
- Initial release of
HtmlRichTextFormFieldandHtmlRichTextController. - HTML codec backed by
package:htmlwith style ranges and list handling. - Example Flutter app with all platforms enabled.