compress 0.1.3
compress: ^0.1.3 copied to clipboard
Video compress.
We analyzed this package 14 hours ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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.
0/10 points: 20% or more of the public API has dartdoc comments
14 out of 122 API elements (11.5 %) 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: compress
, compress.CompressionGet
, compress.CompressionGet.$configureLifeCycle
, compress.CompressionGet.CompressionGet.new
, compress.CompressionGet.IOSPath
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:compress/src/screen/edit_screen.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:compress/src/screen/edit_screen.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:compress/src/screen/edit_screen.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:compress/src/screen/edit_screen.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:compress/compress.dart
that imports:package:compress/src/getX/compressionGetx.dart
that imports:package:compress/src/screen/edit_screen.dart
that imports:package:video_editor/video_editor.dart
that imports:package:video_editor/domain/bloc/controller.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: The value of the local variable 'resolution' isn't used.
lib/src/getX/compressionGetx.dart:890:14
╷
890 │ String resolution = '';
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/getX/compressionGetx.dart
WARNING: Dead code.
lib/src/getX/compressionGetx.dart:948:7
╷
948 │ print('expected in trimVideo');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/getX/compressionGetx.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ffmpeg_kit_flutter_min_gpl |
^5.1.0 |
5.1.0 | 6.0.3 | Discontinued |
file_picker |
^5.2.2 |
5.5.0 | 10.2.0 | |
flutter_background_service |
^2.4.6 |
2.4.6 | 5.1.0 | |
fluttertoast |
^8.2.1 |
8.2.12 | 8.2.12 | |
get |
^4.6.5 |
4.7.2 | 4.7.2 | |
helpers |
^1.1.4 |
1.2.3 | 1.2.3 | |
http |
^0.13.5 |
0.13.6 | 1.4.0 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 | |
permission_handler |
^10.2.0 |
10.4.5 | 12.0.0+1 | |
shared_preferences |
^2.0.18 |
2.5.3 | 2.5.3 | |
video_editor |
^2.1.0 |
2.4.0 | 3.0.0 | |
video_player |
^2.4.10 |
2.10.0 | 2.10.0 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 8 issues. Showing the first 2:
The constraint `^5.1.0` on ffmpeg_kit_flutter_min_gpl does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions ffmpeg_kit_flutter_min_gpl
to update the constraint.
The constraint `^5.2.2` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.