webviewx 0.1.0 copy "webviewx: ^0.1.0" to clipboard
webviewx: ^0.1.0 copied to clipboard

outdated

A feature-rich cross-platform webview using webview_flutter for mobile and iframe for web. JS interop-ready.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'webview_page.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'WebViewX Example App',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: WebViewXPage(),
    );
  }
}
263
likes
0
pub points
96%
popularity

Publisher

unverified uploader

A feature-rich cross-platform webview using webview_flutter for mobile and iframe for web. JS interop-ready.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, path, pedantic, pointer_interceptor, uuid, webview_flutter

More

Packages that depend on webviewx