bluesky_text_flutter

Flutter widgets for bluesky_text

The last mile between bluesky_text and a Bluesky client: a text controller that highlights entities and the over-limit tail while typing, and a viewer for fetched posts.

ActivePersonalOpen source

Record

Kind
Package
Role
Author
Started
July 2026
Updated
July 2026
Licence
BSD-3-Clause
pub
bluesky_text_flutter · atprotodart.com

Technology4

Evidence11 sources

The pubspec describes the package as 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 postssourcegithub.com The README documents BlueskyTextEditingController, which highlights handles, links, tags and the over-limit tail in a single pass per keystroke, keeps the IME composing underline, and exposes overflow for a live character counterdocsgithub.com The README documents BlueskyRichText, which renders a fetched post from its authoritative server facets with tappable mentions, links and tags, and owns and disposes the tap handlers itself so callers cannot leak themdocsgithub.com lib/bluesky_text_flutter.dart re-exports package:bluesky_text/bluesky_text.dart alongside the two widgets, so a caller depends on and imports one packagesourcegithub.com Its pubspec declares the Flutter SDK and bluesky_text, and no other atproto.dart packagesourcegithub.com pub.dev tags the package sdk:flutter and does not tag it sdk:dartpackagepub.dev The root pubspec's melos scripts release this package separately from the workspace — flutter_publish_dry, flutter_publish_live and flutter_publish_tags — because Flutter packages live outside the Dart pub workspace and melos does not manage themsourcegithub.com The first commit adding packages/bluesky_text_flutter is "feat(bluesky_text_flutter): new Flutter companion package for bluesky_text", dated 2026-07-13repogithub.com example/lib/main.dart is a runnable demonstration of both widgetssourcegithub.com pub.dev lists six supported platforms — Android, iOS, Linux, macOS, Web and Windows — and tags the package is:wasm-readypackagepub.dev Its LICENSE is a full copy of the BSD-3-Clause text rather than a relative pointer to the monorepo's root LICENSElicencegithub.com

Links3

Relations2 edges

atproto.dartPart ofDart SDK monorepo for AT Protocol and Bluesky bluesky_textDepends onPost-text analysis for Bluesky Social