js_widget 1.0.4 copy "js_widget: ^1.0.4" to clipboard
js_widget: ^1.0.4 copied to clipboard

Platformweb

A Flutter package to render HTML and CSS as Flutter widgets through webview integration. Supports both web and mobile platforms with conditional compilation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add js_widget

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

dependencies:
  js_widget: ^1.0.4

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:js_widget/js_widget.dart';
0
likes
160
points
178
downloads

Publisher

verified publisherensembleui.com

Weekly Downloads

A Flutter package to render HTML and CSS as Flutter widgets through webview integration. Supports both web and mobile platforms with conditional compilation.

Homepage
Repository (GitHub)
View/report issues

Topics

#webview #javascript #widget #html #cross-platform

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, flutter_web_plugins, url_launcher, web, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on js_widget