easy_web_view 1.1.1
easy_web_view: ^1.1.1 copied to clipboard
A super simple webview for Flutter Web and Mobile
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
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 #