fireview 0.4.4
fireview: ^0.4.4 copied to clipboard
a webview widget with full-platform support, based on the existing packages
We analyzed this package 24 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.4.4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
1 out of 5 API elements (20.0 %) have documentation comments.
Some symbols that are missing documentation: webview_all, webview_all.Webview, webview_all.Webview.Webview.new, webview_all.Webview.url.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_desktop.dartthat imports:package:webview_windows/webview_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_desktop.dartthat imports:package:webview_windows/webview_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_mobile.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_desktop.dartthat imports:package:webview_windows/webview_windows.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_desktop.dartthat imports:package:webview_windows/webview_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_mobile.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fireview/webview_all.dartthat imports:package:fireview/src/webview/webview.dartthat imports:package:fireview/src/webview/webview_desktop.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The value of the local variable 'queryData' isn't used.
lib/src/webview/webview_desktop.dart:23:26
╷
23 │ final MediaQueryData queryData = MediaQuery.of(context);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/webview/webview_desktop.dart
INFO: Don't put any logic in 'createState'.
lib/src/webview/webview_desktop_vain.dart:9:42
╷
9 │ State<WebviewDesktop> createState() => _WebviewDesktopState(url: url);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/webview/webview_desktop_vain.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
abutil |
^0.1.2 |
0.1.2 | 0.2.1 | |
webview_flutter |
^4.4.2 |
4.13.0 | 4.13.0 | |
webview_flutter_platform_interface |
^2.4.0 |
2.14.0 | 2.14.0 | |
webview_flutter_web |
^0.2.2+4 |
0.2.3+4 | 0.2.3+4 | |
webview_win_floating |
^2.2.2 |
2.3.2 | 3.0.2 | |
webview_windows |
^0.4.0 |
0.4.0 | 0.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
fullscreen_window |
- | 1.2.1 | 1.2.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_android |
- | 4.10.11 | 4.10.11 | |
webview_flutter_wkwebview |
- | 3.23.5 | 3.23.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.2` on abutil does not support the stable version `0.2.1`.
Try running dart pub upgrade --major-versions abutil to update the constraint.
The constraint `^2.2.2` on webview_win_floating does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions webview_win_floating to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.