bluesky_text_flutter 0.1.2 copy "bluesky_text_flutter: ^0.1.2" to clipboard
bluesky_text_flutter: ^0.1.2 copied to clipboard

Flutter widgets for bluesky_text — a rich-text editing controller that highlights entities and the over-limit tail as you type, and a viewer for fetched posts.

Release Note #

0.1.2 #

  • docs: documented BlueskyRichText's primary onFeatureTap callback (FeatureTapCallback = void Function(FacetFeature feature)) alongside the typed onMentionTap/onLinkTap/onTagTap conveniences, plus the featureStyle, style, textAlign, maxLines, and overflow styling parameters.
  • docs: bumped the README install snippet to ^0.1.2.
  • chore: bump bluesky_text to ^1.5.2 (now published).

0.1.1 #

  • CHORE: Bumped the minimum bluesky_text dependency to ^1.5.1, which fixes email addresses being partially linkified and non-ASCII URL paths being truncated. This improves entity rendering in BlueskyRichText and BlueskyTextEditingController.

0.1.0 #

  • FEAT: Initial release. Flutter companion for bluesky_text.
    • BlueskyTextEditingController — a TextEditingController that highlights entities (handles, links, tags) and the part of the text that exceeds the post-length limit as the user types, via BlueskyText.segments, in a single pass per keystroke. Preserves the IME composing underline and exposes overflow for a live character counter.
    • BlueskyRichText — a widget that renders a fetched post from its authoritative server facets (via renderFacets) with tappable mentions, links and tags. The TapGestureRecognizers are owned and disposed by the widget, so callers never leak them.
0
likes
160
points
250
downloads

Documentation

API reference

Publisher

verified publisheratprotodart.com

Weekly Downloads

Flutter widgets for bluesky_text — a rich-text editing controller that highlights entities and the over-limit tail as you type, and a viewer for fetched posts.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#atproto #bluesky #flutter #richtext

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

bluesky_text, flutter

More

Packages that depend on bluesky_text_flutter