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

A Flutter package for downloading HLS (m3u8) streams, building local playlists, and optionally remuxing to MP4.

105/ 160
pub points
194
downloads

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

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

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

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

26 out of 246 API elements (10.6 %) 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: android_remux_post_processor, android_remux_post_processor.AndroidRemuxPostProcessor, android_remux_post_processor.AndroidRemuxPostProcessor.AndroidRemuxPostProcessor.new, android_remux_post_processor.AndroidRemuxPostProcessor.cleanup, android_remux_post_processor.AndroidRemuxPostProcessor.run.

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:ffmpeg_remux/ffmpeg_remux.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:ffmpeg_remux/ffmpeg_remux.dart that declares support for platforms: Android, iOS, macOS, Web.

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on macOS

It does not contain macos/ffmpeg_remux/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm 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 22 issues. Showing the first 2:

/tmp/pana_ONTOME/lib/download/download_manager.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_ONTOME/lib/download/download_scheduler.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
convert ^3.1.2 3.1.2 3.1.2
crypto ^3.0.6 3.0.7 3.0.7
dio ^5.9.0 5.9.0 5.9.0
flutter_hls_parser ^2.0.1 2.0.1 2.0.1
mmkv ^2.2.4 2.3.0 2.3.0
path ^1.9.0 1.9.1 1.9.1
path_provider ^2.1.5 2.1.5 2.1.5
photo_manager ^3.0.0 3.8.3 3.8.3
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
web ^1.0.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
http_parser - 4.1.2 4.1.2
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
mmkv_android - 2.3.0 2.3.0
mmkv_ios - 2.3.0 2.3.0
mmkv_linux - 2.3.0 2.3.0
mmkv_ohos - 2.3.0 2.3.0
mmkv_platform_interface - 2.3.0 2.3.0
mmkv_win32 - 2.3.0 2.3.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
quiver - 3.2.2 3.2.2
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.8 0.7.8
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
xdg_directories - 1.1.0 1.1.0

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 2 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/download/utils/save_video_to_album.dart:15:14 - The argument type 'String?' can't be assigned to the parameter type 'String'.
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/download/utils/save_video_to_album.dart:18:14 - The property 'exists' can't be unconditionally accessed because the receiver can be 'null'.

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:
0
likes
105
points
194
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for downloading HLS (m3u8) streams, building local playlists, and optionally remuxing to MP4.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

convert, crypto, dio, flutter, flutter_hls_parser, flutter_web_plugins, mmkv, path, path_provider, photo_manager, plugin_platform_interface, web

More

Packages that depend on ffmpeg_remux

Packages that implement ffmpeg_remux