typeset 3.0.0-beta.2 copy "typeset: ^3.0.0-beta.2" to clipboard
typeset: ^3.0.0-beta.2 copied to clipboard

Flutter inline text formatter for chat-style markup with plug-and-play usage and granular configuration for rendering, links, and editing.

Changelog #

All notable changes to this project are documented in this file.

3.0.0-beta.2 #

Complete architecture rewrite with AST-based parser, config cascade, AutoLink, and LRU caching.

Upgrading from v2.x? Follow the Migration Guide.

2.3.0 #

Added #

  • TypeSetEditingController for editing with inline formatting preview.
  • Updated example app to include editing and context menu flows.

Changed #

  • Added default URL launcher behavior for links.

2.2.0 #

Added #

  • Link recognition callback support.

Breaking changes #

  • recognizer renamed to linkRecognizerBuilder.

2.1.2 #

Changed #

  • Dependency updates.

2.1.1 #

Fixed #

  • Moved mocktail to dev_dependencies.

2.1.0 #

Added #

  • getTypesetContextMenus() helper for text selection toolbars.

Changed #

  • Default monospace font set to Courier.

Breaking changes #

  • TypeSet(inputText: "Foo") changed to TypeSet("Foo").

2.0.0 #

Added #

  • Dynamic font sizing support.
  • Explicit literal escaping support.

Fixed #

  • Formatting behavior for strings with spaces.

Breaking changes #

  • Underline marker changed from // to #.
  • Link marker changed from [] style to §text|url§.
  • Reserved-character escaping behavior updated.

1.0.3 #

Changed #

  • Dependency updates.

1.0.2 #

Changed #

  • Dependency and CI updates.

1.0.1+1 #

Added #

  • linkStyle, monospaceStyle, and recognizer options.

1.0.0+4 #

Changed #

  • README updates.

1.0.0+1 #

Added #

  • First stable release.

0.1.0+23 #

Added #

  • Asterisk-based bold support.

0.1.0+22 #

Changed #

  • Screenshot update.

0.1.0+21 #

Changed #

  • License set to Apache-2.0.

0.1.0+20 #

Added #

  • textAlign support.

0.1.0+19 #

Added #

  • String extension API.

0.1.0+18 #

Added #

  • Initial WhatsApp-style formatting support.
108
likes
0
points
2.82k
downloads

Publisher

verified publisherrohanjsh.dev

Weekly Downloads

Flutter inline text formatter for chat-style markup with plug-and-play usage and granular configuration for rendering, links, and editing.

Homepage
Repository (GitHub)
View/report issues

Topics

#text #rich-text #markdown #messaging #chat

License

unknown (license)

Dependencies

flutter

More

Packages that depend on typeset