video_shop_flutter 1.1.0 copy "video_shop_flutter: ^1.1.0" to clipboard
video_shop_flutter: ^1.1.0 copied to clipboard

outdated

A Flutter plugin to create shopping video widget like Tiktok and Youtube shorts.

130/ 160
pub points
167
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

32 out of 102 API elements (31.4 %) have documentation comments.

Some symbols that are missing documentation: actions_toolbar, actions_toolbar.ActionsToolbar, actions_toolbar.ActionsToolbar.buyWidget, actions_toolbar.ActionsToolbar.commentWidget, actions_toolbar.ActionsToolbar.enableBackgroundContent.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:video_shop_flutter/video_shop_flutter.dart that imports:
  • package:video_shop_flutter/widgets/widget.dart that imports:
  • package:video_shop_flutter/widgets/video_player.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:video_shop_flutter/video_shop_flutter.dart that imports:
  • package:video_shop_flutter/widgets/widget.dart that imports:
  • package:video_shop_flutter/widgets/video_player.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:video_shop_flutter/video_shop_flutter.dart that imports:
  • package:video_shop_flutter/widgets/widget.dart that imports:
  • package:video_shop_flutter/widgets/video_player.dart that imports:
  • package:video_player/video_player.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:video_shop_flutter/video_shop_flutter.dart that imports:
  • package:video_shop_flutter/widgets/widget.dart that imports:
  • package:video_shop_flutter/widgets/video_player.dart that imports:
  • package:video_player/video_player.dart that imports:
  • dart:io

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.

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 16 issues. Showing the first 2:

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/page/video_page.dart:5:27

  ╷
5 │   const Color(0xff000000).withOpacity(0.9),
  │                           ^^^^^^^^^^^
  ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/page/video_page.dart:6:27

  ╷
6 │   const Color(0xff000000).withOpacity(0.8),
  │                           ^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/page/video_page.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
video_player ^2.4.7 2.10.1 2.10.1
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
html - 0.15.6 0.15.6
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.2.0 2.2.0
video_player_android - 2.9.1 2.9.1
video_player_avfoundation - 2.8.8 2.8.8
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.0
web - 1.1.1 1.1.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_METHOD - lib/widgets/video_item.dart:97:43 - The method 'networkUrl' isn't defined for the type 'VideoPlayerController'.

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
26
likes
130
points
167
downloads

Publisher

verified publisherappcheap.io

Weekly Downloads

A Flutter plugin to create shopping video widget like Tiktok and Youtube shorts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, video_player, visibility_detector

More

Packages that depend on video_shop_flutter