easy_audio_trimmer 1.0.2+4
easy_audio_trimmer: ^1.0.2+4 copied to clipboard
A Flutter package for trimming audio. This supports retrieving, trimming, and storage of trimmed audio files to the file system.
We analyzed this package 2 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.2+4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
45 out of 74 API elements (60.8 %) have documentation comments.
Some symbols that are missing documentation: easy_audio_trimmer, easy_audio_trimmer.DurationFormatExt, easy_audio_trimmer.DurationFormatExt.format, easy_audio_trimmer.DurationStyle, easy_audio_trimmer.FileFormat.avi.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:easy_audio_trimmer/easy_audio_trimmer.dartthat imports:package:easy_audio_trimmer/src/trim_viewer/trim_viewer.dartthat imports:package:easy_audio_trimmer/src/trimmer.dartthat imports:package:ffmpeg_kit_flutter/return_code.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:easy_audio_trimmer/easy_audio_trimmer.dartthat imports:package:easy_audio_trimmer/src/trim_viewer/trim_viewer.dartthat imports:package:easy_audio_trimmer/src/trimmer.dartthat imports:package:ffmpeg_kit_flutter/return_code.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:easy_audio_trimmer/easy_audio_trimmer.dartthat imports:package:easy_audio_trimmer/src/trim_viewer/trim_viewer.dartthat imports:package:easy_audio_trimmer/src/trimmer.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The value of the local variable 'i' isn't used.
lib/src/trim_viewer/fixed_viewer/fixed_bar_viewer.dart:41:9
╷
41 │ int i = 0;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/trim_viewer/fixed_viewer/fixed_bar_viewer.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audioplayers |
^5.2.0 |
5.2.1 | 6.5.1 | |
ffmpeg_kit_flutter |
^6.0.3 |
6.0.3 | 6.0.3 | Discontinued |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
audioplayers_android |
- | 4.0.3 | 5.2.1 | |
audioplayers_darwin |
- | 5.0.2 | 6.3.0 | |
audioplayers_linux |
- | 3.1.0 | 4.2.1 | |
audioplayers_platform_interface |
- | 6.1.0 | 7.1.1 | |
audioplayers_web |
- | 4.1.0 | 5.1.1 | |
audioplayers_windows |
- | 3.1.0 | 4.2.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
ffmpeg_kit_flutter_platform_interface |
- | 0.2.1 | 0.2.1 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.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 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^5.2.0` on audioplayers does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions audioplayers to update the constraint.
The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.