web_node 0.2.1 copy "web_node: ^0.2.1" to clipboard
web_node: ^0.2.1 copied to clipboard

discontinued

A cross-platform widget for displaying DOM nodes (iframes, etc.) in Flutter applications. Uses real DOM nodes in browsers and webview_flutter in Android/iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web_node

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  web_node: ^0.2.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web_node/web_node.dart';
2
likes
70
pub points
6%
popularity

Publisher

unverified uploader

A cross-platform widget for displaying DOM nodes (iframes, etc.) in Flutter applications. Uses real DOM nodes in browsers and webview_flutter in Android/iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, meta, universal_html, webview_flutter

More

Packages that depend on web_node