easy_web_view 1.0.0+3 copy "easy_web_view: ^1.0.0+3" to clipboard
easy_web_view: ^1.0.0+3 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 #

197
likes
0
points
4.37k
downloads

Publisher

verified publisherrodydavis.com

Weekly Downloads

A super simple webview for Flutter Web and Mobile

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, webview_flutter

More

Packages that depend on easy_web_view