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

用于离线视频缓存的 Flutter 插件,支持 mp4/m3u8 下载、HLS 转 mp4、地址刷新与相册复制。

85/ 160
pub points
197
downloads

We analyzed this package 5 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 contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

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

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

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

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

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

29 out of 268 API elements (10.8 %) 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

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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.

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Swift Package Manager support:

Package does not support the Swift Package Manager on macOS

The package does not contain macos/ffmpeg_remux/Package.swift.

Package does not support the Swift Package Manager on iOS

The package does not contain ios/ffmpeg_remux/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
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.2 5.9.2
flutter_hls_parser ^2.0.1 2.0.1 2.0.1
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.9.0 3.9.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
sqlite3 ^2.7.6 2.9.4 3.2.0
sqlite3_flutter_libs ^0.5.31 0.5.42 0.6.0+eol
web ^1.0.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
dio_web_adapter - 2.1.2 2.1.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
mime - 2.0.0 2.0.0
native_toolchain_c - 0.17.6 0.17.6
objective_c - 9.3.0 9.3.0
path_provider_android - 2.2.23 2.2.23
path_provider_foundation - 2.6.0 2.6.0
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
pub_semver - 2.2.0 2.2.0
quiver - 3.2.2 3.2.2
source_span - 1.10.2 1.10.2
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.11 0.7.11
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

The constraint `^2.7.6` on sqlite3 does not support the stable version `3.0.0`.

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

The constraint `^0.5.31` on sqlite3_flutter_libs does not support the stable version `0.6.0+eol`.

Try running dart pub upgrade --major-versions sqlite3_flutter_libs 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 2 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/download/utils/save_video_to_album.dart:38:16 - 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:40:34 - 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.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

用于离线视频缓存的 Flutter 插件,支持 mp4/m3u8 下载、HLS 转 mp4、地址刷新与相册复制。

Repository (GitHub)
View/report issues

Topics

#video #download #m3u8 #ffmpeg #offline

License

unknown (license)

Dependencies

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

More

Packages that depend on ffmpeg_remux

Packages that implement ffmpeg_remux