Skip to content

Releases: pento/linked_text

v1.1.3

23 May 01:57

Choose a tag to compare

  • Updated the hooks dependency to ^2.0.0.
  • Bumped the minimum Dart SDK constraint to 3.10.0 and the minimum Flutter SDK to 3.38.0, matching the new requirement from hooks 2.0.

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.