web_hyperlink 0.0.2
web_hyperlink: ^0.0.2 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 HTML hyperlinks in Flutter Web
- 🎨 Customize hyperlink color
- 📏 Customize font size
- 🔤 Customize font weight
- 🖋️ Customize font family
- ➖ Optional underline
- 🌐 Open links in the current tab
- 🆕 Open links in a new browser tab
- 📱 Multiple hyperlinks can be used on the same page
- ⚡ Lightweight and simple to use
- 🌍 Designed specifically for Flutter Web
📸 Screenshot #
[Web Hyperlink Demo]
Installation #
Add web_hyperlink to your pubspec.yaml:
dependencies:
web_hyperlink: ^0.0.1