flutter_native_webview 0.0.1 copy "flutter_native_webview: ^0.0.1" to clipboard
flutter_native_webview: ^0.0.1 copied to clipboard

Flutter Use Android And iOS Native WebView

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_native_webview/flutter_native_webview.dart';

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: NativeWebView("https://pub.dev/"),
      ),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Flutter Use Android And iOS Native WebView

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_native_webview