zoom_web 1.0.2+1
zoom_web: ^1.0.2+1 copied to clipboard
Web platform implementation of flutter_zoom.
We analyzed this package 39 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: zoom_web.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: zoom_web, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/driftboat/flutter_zoom/tree/main/zoom_web was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting zoom_web... Discovering libraries... Linking elements... Precaching local docs for 644118 elements... Initialized dartdoc with 803 libraries Generating docs for library js_interop.dart from package:zoom_web/js_interop.dart... Generating docs for library stringify_js.dart from package:zoom_web/stringify_js.dart... Generating docs for library zoom_web.dart from package:zoom_web/zoom_web.dart... Generating docs for library zoom_js.dart from package:zoom_web/zoom_js.dart... Documented 4 public libraries in 55.8 seconds ERR: warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_WKCKBN/lib/js_interop.dart:1:1) warning: stringify has no library level documentation comments from stringify: (file:///tmp/pana_WKCKBN/lib/stringify_js.dart:1:1) warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_WKCKBN/lib/zoom_js.dart:1:1) error: file already written at "zoom/index.html" for symbol zoom: (file:///tmp/pana_WKCKBN/lib/zoom_js.dart:1:1) conflicting with file already generated by zoom: (file:///tmp/pana_WKCKBN/lib/js_interop.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [20 more lines]
10/10 points: Package has an example
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:zoom_web/zoom_web.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:zoom_web/zoom_web.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:zoom_web/zoom_web.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:zoom_web/zoom_web.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:zoom_web/zoom_web.dartthat declares support for platforms:Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:zoom_web/zoom_web.dartthat imports:package:zoom_platform_interface/zoom_platform_interface.dartthat declares support for platforms: .
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 57 issues. Showing the first 2:
ERROR: The function 'getProperty' isn't defined.
lib/js_interop.dart:11:21
╷
11 │ value: (key) => getProperty(jsObject, key),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/js_interop.dart
ERROR: The method 'allowInterop' isn't defined for the type 'ZoomWeb'.
lib/zoom_web.dart:78:18
╷
78 │ success: allowInterop((var res) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/zoom_web.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
js |
^0.6.3 |
0.6.7 | 0.7.2 | Discontinued |
zoom_platform_interface |
^1.0.2 |
1.0.3+3 | 1.0.3+3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.6.3` on js does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions js to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- js.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
UNDEFINED_FUNCTION-lib/js_interop.dart:11:21- The function 'getProperty' isn't defined.UNDEFINED_METHOD-lib/zoom_web.dart:78:18- The method 'allowInterop' isn't defined for the type 'ZoomWeb'.UNDEFINED_METHOD-lib/zoom_web.dart:81:16- The method 'allowInterop' isn't defined for the type 'ZoomWeb'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.