web_node 0.2.0 web_node: ^0.2.0 copied to clipboard
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.0
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';