interactive_webview_null_safety 0.2.4 copy "interactive_webview_null_safety: ^0.2.4" to clipboard
interactive_webview_null_safety: ^0.2.4 copied to clipboard

Plugin that allow Flutter to communicate with a native WebView.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:interactive_webview_example/news_page.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: NewsPage()
    );
  }
}
1
likes
65
pub points
19%
popularity

Publisher

unverified uploader

Plugin that allow Flutter to communicate with a native WebView.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on interactive_webview_null_safety