RockerFlower / easy_web_view

Flutter Web Views on Mobile and Web made easy!

Home Page:https://rodydavis.github.io/easy_web_view/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/>

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
  convertToWidets: false, // Try to convert to flutter widgets
  // width: 100,
  // height: 100,
)

Screenshots

About

Flutter Web Views on Mobile and Web made easy!

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

License:MIT License


Languages

Language:C++ 34.2%Language:Dart 33.9%Language:CMake 11.2%Language:Ruby 10.5%Language:C 4.4%Language:Batchfile 2.5%Language:Swift 2.2%Language:Kotlin 0.7%Language:HTML 0.3%Language:Objective-C 0.1%