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.

80/ 160
pub points
16
downloads

We analyzed this package 25 hours ago, and awarded it 80 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

217 out of 764 API elements (28.4 %) have documentation comments.

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

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

ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.

lib/custom_controller/material/progress_bar/audio_video_progress_bar.dart:259:61

    ╷
259 │     final textStyle = timeLabelTextStyle ?? theme.textTheme.bodyText1;
    │                                                             ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/custom_controller/material/progress_bar/audio_video_progress_bar.dart

ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.

lib/custom_controller/material/progress_bar/audio_video_progress_bar.dart:291:61

    ╷
291 │     final textStyle = timeLabelTextStyle ?? theme.textTheme.bodyText1;
    │                                                             ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/custom_controller/material/progress_bar/audio_video_progress_bar.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
collection ^1.15.0 1.19.1 1.19.1
flutter_widget_from_html_core ^0.8.4 0.8.5+3 0.17.0
get ^4.6.1 4.7.3 4.7.3
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
csslib - 0.17.3 1.0.2
fwfh_text_style - 2.23.8 2.23.8
html - 0.15.4 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
source_span - 1.10.1 1.10.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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.

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_GETTER - lib/custom_controller/material/progress_bar/audio_video_progress_bar.dart:259:61 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/custom_controller/material/progress_bar/audio_video_progress_bar.dart:291:61 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_METHOD - lib/hls/hls_parser/drm_init_data.dart:22:23 - The method 'hashValues' isn't defined for the type 'DrmInitData'.

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.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
10
likes
80
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

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

Packages that implement flutter_native_player