web_hyperlink 0.0.1
web_hyperlink: ^0.0.1 copied to clipboard
A lightweight Flutter Web widget for rendering clickable HTML hyperlinks.
web_hyperlink #
A lightweight Flutter Web widget for rendering clickable HTML hyperlinks with customizable text, URL, styling, and browser-tab behavior.
Features #
- Create clickable hyperlinks in Flutter Web
- Custom link text
- Custom URL
- Optional underline
- Custom text color
- Custom font size
- Custom font weight
- Custom font family
- Open links in the current tab or a new tab
- Supports multiple hyperlinks on the same page
- Designed specifically for Flutter Web
Installation #
Add web_hyperlink to your pubspec.yaml:
dependencies:
web_hyperlink: ^0.0.1