flutter_iframe_webview 1.0.0 copy "flutter_iframe_webview: ^1.0.0" to clipboard
flutter_iframe_webview: ^1.0.0 copied to clipboard

Platformweb

A WebView widget on web, provides a solution for WebView to interact with JS.

1
likes
115/ 140
pub points
56%
popularity

We analyzed this package 29 hours ago, and awarded it 115 pub points (of a possible 140):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/TryImpossible/flutter-plugins/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

70 out of 75 API elements (93.3 %) have documentation comments.

Some symbols that are missing documentation: flutter_iframe_webivew, flutter_iframe_webivew.WebNavigationDelegate, flutter_iframe_webivew.WebNavigationDelegateCreationParams, flutter_iframe_webivew.WebWebViewController.postMessage, flutter_iframe_webivew.WebWebViewCookieManagerCreationParams.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:flutter_iframe_webview/webview_flutter_web.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:flutter_iframe_webview/webview_flutter_web.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:flutter_iframe_webview/webview_flutter_web.dart that declares support for platforms: Web.
Package does not support platform `Linux`.

Because:

  • package:flutter_iframe_webview/webview_flutter_web.dart that declares support for platforms: Web.
Package does not support platform `macOS`.

Because:

  • package:flutter_iframe_webview/webview_flutter_web.dart that declares support for platforms: Web.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

WARNING: The value of the field '_onProgress' isn't used.

lib/src/web_webview_controller.dart:455:21

    ╷
455 │   ProgressCallback? _onProgress;
    │                     ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web_webview_controller.dart

WARNING: The value of the field '_onWebResourceError' isn't used.

lib/src/web_webview_controller.dart:456:29

    ╷
456 │   WebResourceErrorCallback? _onWebResourceError;
    │                             ^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web_webview_controller.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
flutter_jsbridge_sdk ^1.0.2 1.0.2 1.0.2
flutter_web_plugins flutter 0.0.0 0.0.0
webview_flutter_platform_interface ^2.0.0 2.10.0 2.10.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

1
likes
115
pub points
56%
popularity

Publisher

unverified uploader

A WebView widget on web, provides a solution for WebView to interact with JS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_jsbridge_sdk, flutter_web_plugins, webview_flutter_platform_interface

More

Packages that depend on flutter_iframe_webview