mpflutter_wechat_videoview 0.0.3 copy "mpflutter_wechat_videoview: ^0.0.3" to clipboard
mpflutter_wechat_videoview: ^0.0.3 copied to clipboard

The video view widget in wechat miniprogram

85/ 160
pub points
17
downloads

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

Failed report section
Follow Dart file conventions
5 / 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.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.3").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

1 out of 71 API elements (1.4 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: mpflutter_wechat_videoview, mpflutter_wechat_videoview.MPFlutter_Wechat_VideoView, mpflutter_wechat_videoview.MPFlutter_Wechat_VideoView.MPFlutter_Wechat_VideoView.new, mpflutter_wechat_videoview.MPFlutter_Wechat_VideoView.adUnitId, mpflutter_wechat_videoview.MPFlutter_Wechat_VideoView.autoPauseIfNavigate.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:mpflutter_wechat_videoview/mpflutter_wechat_videoview.dart that imports:
  • package:mpflutter_core/mpjs/mpjs.dart that imports:
  • package:mpflutter_core/mpjs/mpjs_dev_impl.dart that imports:
  • package:mpflutter_core/dev_app/dev_mpjs_host.dart that imports:
  • package:mpflutter_core/mpflutter_core.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:mpflutter_wechat_videoview/mpflutter_wechat_videoview.dart that imports:
  • package:mpflutter_core/mpjs/mpjs.dart that imports:
  • package:mpflutter_core/mpjs/mpjs_dev_impl.dart that imports:
  • package:mpflutter_core/dev_app/dev_mpjs_host.dart that imports:
  • package:mpflutter_core/mpflutter_core.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:mpflutter_wechat_videoview/mpflutter_wechat_videoview.dart that imports:
  • package:mpflutter_core/mpflutter_core.dart that imports:
  • package:window_manager/window_manager.dart that declares support for platforms: Windows, Linux, macOS.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: The type name 'MPFlutter_Wechat_VideoViewController' isn't an UpperCamelCase identifier.

lib/mpflutter_wechat_videoview.dart:6:7

  ╷
6 │ class MPFlutter_Wechat_VideoViewController
  │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/mpflutter_wechat_videoview.dart

INFO: Missing type annotation.

lib/mpflutter_wechat_videoview.dart:10:3

   ╷
10 │   _createVideoContext() {
   │   ^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/mpflutter_wechat_videoview.dart

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

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
mpflutter_core >=2.0.0 2.8.0 2.8.0
mpflutter_wechat_api >=2.0.0 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
screen_retriever - 0.1.9 0.2.0
typed_data - 1.4.0 1.4.0
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.2.0
visibility_detector - 0.4.0+2 0.4.0+2
web - 0.5.1 1.1.1
window_manager - 0.3.9 0.5.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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 1 error:

  • UNDEFINED_SUPER_MEMBER - lib/mpflutter_wechat_videoview.dart:26:18 - The method 'dispose' isn't defined in a superclass of 'MPFlutter_Wechat_VideoViewController'.

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.10, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
85
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The video view widget in wechat miniprogram

License

unknown (license)

Dependencies

flutter, mpflutter_core, mpflutter_wechat_api

More

Packages that depend on mpflutter_wechat_videoview