easy_web_view 1.0.0+1
easy_web_view: ^1.0.0+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!
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 #
[] []