Skip to content

Releases: pento/linked_text

v1.1.2

17 Mar 23:04

Choose a tag to compare

  • Prevent an out-of-bounds URL index in a string template from causing a crash. If an index is out of bounds, the link will simply be non-interactive.

v1.1.1

16 Mar 10:07

Choose a tag to compare

  • Updated the minimum Dart SDK constraint to 3.6.0.
  • Fixed compatibility with Flutter's gen_l10n: a build hook automatically adds relax-syntax: true to
    l10n.yaml when missing. If the first build fails, re-running it will succeed.