align_media 0.1.0
align_media: ^0.1.0 copied to clipboard
Aligns video and audio files based on the sound tracks.
We analyzed this package 12 days ago, and awarded it 150 pub points (of a possible 160):
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-0.
10/10 points: 20% or more of the public API has dartdoc comments
23 out of 24 API elements (95.8 %) have documentation comments.
Some symbols that are missing documentation: align_media.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:align_media/align_media.dartthat imports:package:align_media/src/align_media.dartthat imports:package:align_media/src/util.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: The diagnostic 'avoid_catches_without_on_clauses' isn't produced at this location so it doesn't need to be ignored.
lib/src/align_media.dart:23:18
╷
23 │ // ignore: avoid_catches_without_on_clauses
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/align_media.dart
INFO: Implicit cast from 'dynamic'.
lib/src/align_media.dart:46:12
╷
46 │ return result.stdout.length > 0 ? MediaType.video : MediaType.audio;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/align_media.dart
10/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 | |
meta |
^1.13.0 |
1.19.0 | 1.19.0 | |
wav |
^1.3.0 |
1.5.0 | 1.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.