pacote_sc 0.0.4
pacote_sc: ^0.0.4 copied to clipboard
A new Flutter package project.
We analyzed this package 13 hours ago, and awarded it 90 pub points (of a possible 140):
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 60 to 180 characters to describe the package, what it does, and its target use case.
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: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 2 out of 22 API elements (9.1 %) 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.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:pacote_sc/pacote_sc.dart
that imports:package:pacote_sc/screens/scan_create_screen.dart
that imports:package:pacote_sc/controllers/create_controller.dart
that imports:package:qrscan/qrscan.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:pacote_sc/pacote_sc.dart
that imports:package:pacote_sc/screens/scan_create_screen.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:pacote_sc/pacote_sc.dart
that imports:package:pacote_sc/screens/scan_create_screen.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:pacote_sc/pacote_sc.dart
that imports:package:pacote_sc/screens/scan_create_screen.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:pacote_sc/pacote_sc.dart
that imports:package:pacote_sc/screens/scan_create_screen.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:flutter/rendering.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/screens/scan_create_screen.dart:4:8
╷
4 │ import 'package:flutter/rendering.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screens/scan_create_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
device_preview | ^0.7.3 | 0.7.5 | 1.1.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
get | ^4.1.4 | 4.6.5 | 4.6.5 |
image_gallery_saver | ^1.6.9 | 1.7.1 | 1.7.1 |
image_picker | ^0.8.0+3 | 0.8.7 | 0.8.7 |
image_picker_for_web | ^2.0.0 | 2.1.12 | 2.1.12 |
permission_handler | ^8.0.1 | 8.3.0 | 10.2.0 |
qrscan | ^0.3.1 | 0.3.3 | 0.3.3 |
styled_widget | ^0.3.1 | 0.3.1+2 | 0.4.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^0.7.3` on device_preview does not support the stable version `0.8.0`.
Try running dart pub upgrade --major-versions device_preview
to update the constraint.
The constraint `^8.0.1` on permission_handler does not support the stable version `9.0.1`.
Try running dart pub upgrade --major-versions permission_handler
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.