flutter_super_html_viewer 0.1.0 copy "flutter_super_html_viewer: ^0.1.0" to clipboard
flutter_super_html_viewer: ^0.1.0 copied to clipboard

PlatformWindows

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.

17
likes
140
points
2.44k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides a HtmlViewer widget on multiple platforms

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_inappwebview, universal_html, url_launcher, webview_windows

More

Packages that depend on flutter_super_html_viewer