bluesky_text library
Classes
- BlueskyText
- This class provides high-performance analysis of Bluesky Social's text and features related to secure posting.
- ByteIndices
- A class that represents the position in bytes where the searched entity appears and ends in a particular text.
- Entities
- Entity
- LengthExceededEntity
- LinkConfig
-
LinkConfigis a configuration class used to control how links are processed and formatted within a text.
Enums
Functions
-
getGraphemeLength(
String value) → int -
Returns the grapheme length of
value. -
isEmojiOnly(
String value) → bool -
Returns true if
valuecontains only emoji, otherwise false.