flutter_super_html_viewer 0.1.0 flutter_super_html_viewer: ^0.1.0 copied to clipboard
A Flutter plugin that provides a HtmlViewer widget on multiple platforms
Flutter Super HtmlViewer #
A Flutter plugin that provides a HtmlViewer widget on multiple platforms
Supported Platform #
- Android
- iOS
- Web
- Windows
Screen Shoot #
Web | Desktop | Mobile |
---|---|---|
Usage #
Add the package to pubspec.yaml
dependencies:
flutter_super_html_viewer: x.x.x
Import it
import 'package:flutter_super_html_viewer/flutter_super_html_viewer.dart';
Use the widget
HtmlContentViewer(
htmlContent: '<p>Here is some text</p> with a <a href="https://github.com/dab246/flutter_super_html_viewer">link</a>.',
initialContentHeight: MediaQuery.of(context).size.height,
initialContentWidth: MediaQuery.of(context).size.width,
)
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.