Skip to content

feat: export ExtendedRenderParagraph in public API#183

Open
ivtimur wants to merge 1 commit into
fluttercandies:masterfrom
ivtimur:feat_add_class_ExtendedRenderParagraph_to_export
Open

feat: export ExtendedRenderParagraph in public API#183
ivtimur wants to merge 1 commit into
fluttercandies:masterfrom
ivtimur:feat_add_class_ExtendedRenderParagraph_to_export

Conversation

@ivtimur
Copy link
Copy Markdown

@ivtimur ivtimur commented Apr 13, 2026

This PR exposes ExtendedRenderParagraph through the public package API by exporting src/extended/rendering/paragraph.dart from lib/extended_text.dart.

Why

ExtendedRenderParagraph is needed in advanced use cases where consumers must access public RenderBox methods directly.
Without this export, the class is not accessible through the package entrypoint.

Changes

  • Added export in lib/extended_text.dart:
    • export 'src/extended/rendering/paragraph.dart';

Impact

  • Non-breaking change.
  • Improves extensibility for custom rendering/layout integrations based on RenderBox APIs.

@ivtimur ivtimur requested a review from zmtzawqlp as a code owner April 13, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant