flutter_super_html_viewer

Creator: coderz1093

Last updated:

0 purchases

flutter_super_html_viewer Image
flutter_super_html_viewer Images
Add to Cart

Description:

flutter super html viewer

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
copied to clipboard
Import it
import 'package:flutter_super_html_viewer/flutter_super_html_viewer.dart';
copied to clipboard
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,
)
copied to clipboard
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.