flutter_native_player 1.0.6 copy "flutter_native_player: ^1.0.6" to clipboard
flutter_native_player: ^1.0.6 copied to clipboard

A Flutter plugin for Android, iOS for playing back video on a Widget surface.

9
likes
80/ 140
pub points
2%
popularity

We analyzed this package 5 days ago, and awarded it 80 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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

OK
Provide documentation
20 / 20trigger folding of the section

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

217 out of 757 API elements (28.7 %) have documentation comments.

Some symbols that are missing documentation: audio_video_progress_bar, constant, constant.Constant, constant.Constant.Constant, constant.Constant.EVENT_CHANNEL_DOWNLOAD_STATUS.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_native_player/flutter_native_player.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_native_player/flutter_native_player.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_native_player/flutter_native_player.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_native_player/flutter_native_player.dart that declares support for platforms: Android, iOS.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 15 issues. Showing the first 2:

ERROR: Missing concrete implementation of 'FullLifeCycleMixin.onHidden'.

lib/flutter_native_getx_controller.dart:15:7

   ╷
15 │ class FlutterNativeGetxController extends SuperController {
   │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/hls/hls_parser/drm_init_data.dart:13:17

   ╷
13 │   bool operator ==(dynamic other) {
   │                 ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/hls/hls_parser/drm_init_data.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
collection ^1.15.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
flutter_widget_from_html_core ^0.8.4 0.8.5+3 0.14.11
get ^4.6.1 4.6.6 4.6.6
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
csslib - 0.17.3 1.0.0
fwfh_text_style - 2.23.8 2.23.8
html - 0.15.4 0.15.4
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
term_glyph - 1.2.1 1.2.1
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.8.4` on flutter_widget_from_html_core does not support the stable version `0.9.0`.

Try running dart pub upgrade --major-versions flutter_widget_from_html_core to update the constraint.

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

9
likes
80
pub points
2%
popularity

Publisher

unverified uploader

A Flutter plugin for Android, iOS for playing back video on a Widget surface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_widget_from_html_core, get

More

Packages that depend on flutter_native_player