fahis_studio 0.0.1
fahis_studio: ^0.0.1 copied to clipboard
Fahis Studio Package for take a profisional pictures for cars like it is in a studio
We analyzed this package 5 hours ago, and awarded it 110 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 points: 20% or more of the public API has dartdoc comments
18 out of 138 API elements (13.0 %) 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: constants, constants.BodyPart, constants.BodyPart.BodyPart.new, constants.BodyPart.arName, constants.BodyPart.bodyPart.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
WARNING: This method overrides a method annotated as '@mustCallSuper' in 'State', but doesn't invoke the overridden method.
lib/fahis_studio/fahis_studio.dart:480:8
╷
480 │ void initState() {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/fahis_studio/fahis_studio.dart
WARNING: The value of the field '_pictureFile' isn't used.
lib/fahis_studio/fahis_studio_camera.dart:24:9
╷
24 │ File? _pictureFile;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/fahis_studio/fahis_studio_camera.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.11.0+2 |
0.11.3 | 0.11.3 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
file_picker |
^8.1.2 |
8.3.7 | 10.3.8 | |
sensors_plus |
^6.0.1 |
6.1.2 | 7.0.0 | |
smooth_page_indicator |
^1.2.0+3 |
1.2.1 | 2.0.1 | |
video_player |
^2.9.1 |
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+8 | 0.9.22+8 | |
camera_platform_interface |
- | 2.12.0 | 2.12.0 | |
camera_web |
- | 0.3.5+3 | 0.3.5+3 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.1.5 | 2.1.5 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
html |
- | 0.15.6 | 0.15.6 | |
logging |
- | 1.3.0 | 1.3.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 | |
sensors_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.9.1 | 2.9.1 | |
video_player_avfoundation |
- | 2.8.9 | 2.8.9 | |
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 | |
win32 |
- | 5.15.0 | 5.15.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 `^8.1.2` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^6.0.1` on sensors_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions sensors_plus 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.