This project contains a workaround for flutter/flutter#43494 .
Directly inspired by flutter/flutter#43494 (comment) , just put in a working example.
lib/main.dart
: the example, with working and non-working text.lib/selectable_text_workaround.dart
: the actual workaround.lib/fixed_selectable_linkify.dart
: an example on how to fix aSelectableLinkfy
widget.