zoom_web 1.0.2 copy "zoom_web: ^1.0.2" to clipboard
zoom_web: ^1.0.2 copied to clipboard

outdated

A new flutter plugin project.

60/ 160
pub points
2
downloads

We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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:

  • 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.
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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 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 54.5 seconds ERR: warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_UBGGDN/lib/js_interop.dart:1:1) warning: stringify has no library level documentation comments from stringify: (file:///tmp/pana_UBGGDN/lib/stringify_js.dart:1:1) warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_UBGGDN/lib/zoom_js.dart:1:1) error: file already written at "zoom/index.html" for symbol zoom: (file:///tmp/pana_UBGGDN/lib/zoom_js.dart:1:1) conflicting with file already generated by zoom: (file:///tmp/pana_UBGGDN/lib/js_interop.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [20 more lines]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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: .
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

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

Failed check 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.

Weekly downloads

Display as:
By versions:
2
likes
60
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter plugin project.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, js, zoom_platform_interface

More

Packages that depend on zoom_web

Packages that implement zoom_web