bluesky_text_flutter 0.1.2
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 primaryonFeatureTapcallback (FeatureTapCallback = void Function(FacetFeature feature)) alongside the typedonMentionTap/onLinkTap/onTagTapconveniences, plus thefeatureStyle,style,textAlign,maxLines, andoverflowstyling parameters. - docs: bumped the README install snippet to
^0.1.2. - chore: bump
bluesky_textto^1.5.2(now published).
0.1.1 #
- CHORE: Bumped the minimum
bluesky_textdependency to^1.5.1, which fixes email addresses being partially linkified and non-ASCII URL paths being truncated. This improves entity rendering inBlueskyRichTextandBlueskyTextEditingController.
0.1.0 #
- FEAT: Initial release. Flutter companion for
bluesky_text.
BlueskyTextEditingController— aTextEditingControllerthat highlights entities (handles, links, tags) and the part of the text that exceeds the post-length limit as the user types, viaBlueskyText.segments, in a single pass per keystroke. Preserves the IME composing underline and exposesoverflowfor a live character counter.BlueskyRichText— a widget that renders a fetched post from its authoritative server facets (viarenderFacets) with tappable mentions, links and tags. TheTapGestureRecognizers are owned and disposed by the widget, so callers never leak them.