easy_web_view 1.4.0-nullsafety copy "easy_web_view: ^1.4.0-nullsafety" to clipboard
easy_web_view: ^1.4.0-nullsafety copied to clipboard

outdated

A super simple webview for Flutter Web and Mobile

Buy Me A Coffee Donate flutter_whatsnew

easy_web_view #

Easy Web Views in Flutter on Web and Mobile!

  • Supports HTML Content or a Single Element
  • Supports Markdown Source
  • Supports convert to Flutter widgets
  • Supports remote download of url
  • Markdown -> Html
  • Html -> Markdown
  • Supports change in url
  • Selectable Text
  • Supports multiple views on the same screen if you provide a unique key

Online Demo: https://rodydavis.github.io/easy_web_view

Getting Started #

Setup iOS Info.plist

<key>io.flutter.embedded_views_preview</key>
<true/>
copied to clipboard

For Loading a new url or changing width/height just call setState!

 EasyWebView(
  src: src,
  isHtml: false, // Use Html syntax
  isMarkdown: false, // Use markdown syntax
  convertToWidgets: false, // Try to convert to flutter widgets
  // width: 100,
  // height: 100,
)
copied to clipboard

Screenshots #

196
likes
0
points
4.88k
downloads

Publisher

verified publisherrodydavis.com

Weekly Downloads

2024.09.18 - 2025.04.02

A super simple webview for Flutter Web and Mobile

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_markdown, html2md, http, markdown, url_launcher, webview_flutter

More

Packages that depend on easy_web_view