https://github.com/bre1470/highcharts_flutter_webwebview
Extended webview_flutter_web for Highcharts.
https://github.com/bre1470/highcharts_flutter_webwebview
flutter highcharts webview
Last synced: about 1 month ago
JSON representation
Extended webview_flutter_web for Highcharts.
- Host: GitHub
- URL: https://github.com/bre1470/highcharts_flutter_webwebview
- Owner: bre1470
- License: bsd-3-clause
- Created: 2025-03-11T09:04:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T12:56:45.000Z (about 2 months ago)
- Last Synced: 2025-03-13T13:21:23.830Z (about 2 months ago)
- Topics: flutter, highcharts, webview
- Language: Dart
- Homepage: https://pub.dev/packages/highcharts_flutter_webwebview
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
highcharts\_flutter\_webwebview
===============================
Extended webview_flutter_web for Highcharts.Additions:
- `runJavaScript`
## webview\_flutter\_web
This is an implementation of the [`webview_flutter`](https://pub.dev/packages/webview_flutter) plugin for web.
It is currently severely limited and doesn't implement most of the available functionality.
The following functionality is currently available:- `loadRequest`
- `loadHtmlString` (Without `baseUrl`)Nothing else is currently supported.
## Development
* Use `flutter build web` to build web target.
* Use `flutter test --platform chrome` to run unit tests.
## Usage
This package is not an endorsed implementation of the `webview_flutter` plugin
yet, so it currently requires extra setup to use:* [Add this package](https://pub.dev/packages/webview_flutter_web/install)
as an explicit dependency of your project, in addition to depending on
`webview_flutter`.Once the step above is complete, the APIs from `webview_flutter` listed
above can be used as normal on web.