camera_pkg 0.0.9
camera_pkg: ^0.0.9 copied to clipboard
Camera package combined with image quality compressor and cropper.
We analyzed this package 41 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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.
10/10 points: 20% or more of the public API has dartdoc comments
9 out of 20 API elements (45.0 %) have documentation comments.
Some symbols that are missing documentation: camera_pkg, camera_pkg.CameraControl.CameraControl.new, camera_pkg.CameraControl.primaryColor, camera_pkg.main, centered_slider_track_shape.
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:camera_pkg/camera_pkg.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:camera_pkg/camera_pkg.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:camera_pkg/camera_pkg.dartthat imports:package:image_cropper/image_cropper.dartthat declares support for platforms:Android,iOS,Web.
Package not compatible with platform Web
Because:
package:camera_pkg/camera_pkg.dartthat imports:package:video_player/video_player.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 32 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/camera_pkg.dart:714:7
╷
714 │ primary: controller?.value.exposureMode == ExposureMode.auto
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/camera_pkg.dart
ERROR: The named parameter 'primary' isn't defined.
lib/camera_pkg.dart:721:7
╷
721 │ primary: controller?.value.exposureMode == ExposureMode.locked
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/camera_pkg.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
any |
0.11.3 | 0.11.3 | |
crop |
any |
0.5.5 | 0.5.5 | |
image_cropper |
any |
11.0.0 | 11.0.0 | |
video_player |
any |
2.10.1 | 2.10.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
camera_android_camerax |
- | 0.6.26+2 | 0.6.26+2 | |
camera_avfoundation |
- | 0.9.22+7 | 0.9.22+7 | |
camera_platform_interface |
- | 2.12.0 | 2.12.0 | |
camera_web |
- | 0.3.5+2 | 0.3.5+2 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
collision |
- | 0.0.3 | 0.0.3 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_cropper_for_web |
- | 7.0.0 | 7.0.0 | |
image_cropper_platform_interface |
- | 8.0.0 | 8.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.9.1 | 2.9.1 | |
video_player_avfoundation |
- | 2.8.8 | 2.8.8 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 9 errors:
UNDEFINED_NAMED_PARAMETER-lib/camera_pkg.dart:714:7- The named parameter 'primary' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/camera_pkg.dart:721:7- The named parameter 'primary' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/camera_pkg.dart:801:7- The named parameter 'primary' isn't defined.
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.