flutter_plugin_webview 0.0.16 copy "flutter_plugin_webview: ^0.0.16" to clipboard
flutter_plugin_webview: ^0.0.16 copied to clipboard

WebView flutter plugin

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_plugin_webview/webview_scaffold.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) => MaterialApp(
        debugShowCheckedModeBanner: false,
        home: WebViewScaffold(
          url: "http://www.flutter.io",
          appBar: AppBar(),
        ),
      );
}
0
likes
25
pub points
9%
popularity

Publisher

unverified uploader

WebView flutter plugin

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_plugin_webview