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 4 days ago, and awarded it 110 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 60 to 180 characters to describe the package, what it does, and its target use case.
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.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: zoom_web
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: zoom_web
.
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 623522 elements... Initialized dartdoc with 775 libraries Generating docs for library zoom_js.dart from package:zoom_web/zoom_js.dart... 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... Documented 4 public libraries in 75.1 seconds ERR: warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_NUTCGP/lib/zoom_js.dart:2:9) warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_NUTCGP/lib/js_interop.dart:2:9) error: file already written at "zoom/index.html" for symbol zoom: (file:///tmp/pana_NUTCGP/lib/js_interop.dart:2:9) conflicting with file already generated by zoom: (file:///tmp/pana_NUTCGP/lib/zoom_js.dart:2:9) Dartdoc generates a path and filename to write to for each symbol. 'zoom' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [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.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:zoom_web/zoom_web.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:zoom_web/zoom_web.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:zoom_web/zoom_web.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:zoom_web/zoom_web.dart
that 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.dart
that imports:package:zoom_platform_interface/zoom_platform_interface.dart
that declares support for platforms: .
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:zoom_web/zoom_web.dart
that imports:package:zoom_web/js_interop.dart
that imports:package:js/js_util.dart
that imports:dart:js_util
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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: Unused import: 'dart:js'.
lib/zoom_js.dart:4:8
╷
4 │ import 'dart:js';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/zoom_js.dart
WARNING: Unused import: 'package:zoom_web/stringify_js.dart'.
lib/zoom_web.dart:6:8
╷
6 │ import 'package:zoom_web/stringify_js.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
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 |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
js |
^0.6.3 |
0.6.7 | 0.7.1 |
zoom_platform_interface |
^1.0.2 |
1.0.3+3 | 1.0.3+3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
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.
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.