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

Platformweb

Web platform implementation of flutter_zoom.

2
likes
90/ 140
pub points
5%
popularity

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

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

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.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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 593327 elements... Initialized dartdoc with 737 libraries Generating docs for library js_interop.dart from package:zoom_web/js_interop.dart... Generating docs for library zoom_web.dart from package:zoom_web/zoom_web.dart... Generating docs for library stringify_js.dart from package:zoom_web/stringify_js.dart... Generating docs for library zoom_js.dart from package:zoom_web/zoom_js.dart... Documented 4 public libraries in 74.9 seconds ERR: warning: private API of package:zoom_platform_interface is reexported by libraries in other packages: from zoom_web.ZoomOptions.ZoomOptions: (file:///tmp/analyzerXXLXQO/pub-cache/hosted/20240502t112300-dot-dartlang-pub.appspot.com/zoom_platform_interface-1.0.3+3/lib/zoom_options.dart:34:3) referred to by zoom_web: (file:///tmp/pana_SIDVEA/lib/zoom_web.dart:1:1) warning: private API of package:zoom_platform_interface is reexported by libraries in other packages: from zoom_web.ZoomMeetingOptions.ZoomMeetingOptions: (file:///tmp/analyzerXXLXQO/pub-cache/hosted/20240502t112300-dot-dartlang-pub.appspot.com/zoom_platform_interface-1.0.3+3/lib/zoom_options[...] referred to by zoom_web: (file:///tmp/pana_SIDVEA/lib/zoom_web.dart:1:1) warning: zoom has no library level documentation comments from zoom: (file:///tmp/pana_SIDVEA/lib/js_interop.dart:2:9) warning: stringify has no library level documentation comments from stringify: (file:///tmp/pana_SIDVEA/lib/stringify_js.dart:2:9) [21 more lines]

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: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
Pass static analysis
30 / 50trigger folding of the section

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

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

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.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.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.

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

2
likes
90
pub points
5%
popularity

Publisher

unverified uploader

Web platform implementation of flutter_zoom.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_web_plugins, js, zoom_platform_interface

More

Packages that depend on zoom_web