linkable 3.0.2 linkable: ^3.0.2 copied to clipboard
A Flutter widget to add links to your text. Linkable widget is a wrapper over RichText which allows you to render links that can be clicked to redirect to the URL.
[1.0.1] - 2 June 2020. #
- Add link to websites, emails, telephones numbers.
[1.0.2] - 2 June 2020. #
- Renamed widget.
[1.0.3] - 3 June 2020. #
- Fixed bug when no link is present.
[1.0.4] - 3 June 2020. #
- Convert to stateless widget.
[1.0.5] - 3 July 2020. #
- Changed http url regexp.
[1.0.6] - 2 November 2020. #
- Changed http url regexp.
[1.0.7] - 24 February 2021. #
- Updated url_launcher version.
[1.0.8] - 12 March 2021. #
- Updated url_launcher version.
[1.0.9] - 11 April 2021. #
- Regenerated Podfile to fix failing build in iOS.
[2.0.0] - 13 June 2021. #
- Migrated to null-Safety.
[3.0.0] - 29 July 2021. #
- Added SelectableText.
[3.0.1] - 29 July 2021. #
- Removed undefined properties.
[3.0.2] - 17 October 2023. #
- Upgrade flutter version.