Flutter component designed to display text with clickable hyperlinks. It allows for the creation of rich text with different styles and behavior for regular text and hyperlinks

Features

  • Display text with clickable hyperlinks
  • Customize text styles for regular text and hyperlinks
  • Customise text style for individual elements or use golbal styles
  • Support for creating rich text with different styles and links

Getting started

  1. Add the package to your pubspec.yaml file: dependencies: hyper_link_text: ^latest
  2. Import the package in your Dart code: import 'package:hyper_link_text/hyper_link_text.dart';

Usage

see /example folder for reference.

Libraries

A package for displaying text with clickable hyperlinks.
Rich_text/rich_element