rodydavis / easy_web_view

Flutter Web Views on Mobile and Web made easy!
https://rodydavis.github.io/easy_web_view/
MIT License
177 stars 94 forks source link
flutter html markdown webview

Buy Me A Coffee Donate github pages GitHub stars easy_web_view

easy_web_view

Easy Web Views in Flutter on Web, Mobile and Desktop*!

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

Platforms

Getting Started

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,
)

iOS/MacOS/Android

Follow setup: https://pub.dev/packages/webview_flutter

Windows

Follow setup: https://pub.dev/packages/webview_windows

Screenshots