easy_web_view 1.0.0+2 copy "easy_web_view: ^1.0.0+2" to clipboard
easy_web_view: ^1.0.0+2 copied to clipboard

outdated

A super simple webview for Flutter Web and Mobile

easy_web_view #

Easy Web Views in Flutter on Web and Mobile!

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: 'https://flutter.dev',
// width: 100,
// height: 100,
)

Screenshots #