odin 1.0.53+1 odin: ^1.0.53+1 copied to clipboard
Odin
We analyzed this package 2 hours ago, and awarded it 65 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 60 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
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
35 out of 414 API elements (8.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: app
, app.OdinApp
, app.OdinApp.OdinApp
, app.OdinApp.clear
, app.OdinApp.get
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:odin/app/services/cropper/web_ui_helper.dart
that imports:package:image_cropper_for_web/image_cropper_for_web.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:odin/app/services/cropper/web_ui_helper.dart
that imports:package:image_cropper_for_web/image_cropper_for_web.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:odin/app/services/cropper/mobile_ui_helper.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:odin/app/services/cropper/mobile_ui_helper.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:odin/app/services/cropper/mobile_ui_helper.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package not compatible with platform Web
Because:
package:odin/app.dart
that imports:package:odin/app/services/cookie.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:odin/app.dart
that imports:package:odin/app/services/cookie.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 8 issues. Showing the first 2:
WARNING: Unused import: 'package:image_cropper_for_web/image_cropper_for_web.dart'.
lib/app/services/cropper/web_ui_helper.dart:3:8
╷
3 │ import 'package:image_cropper_for_web/image_cropper_for_web.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/services/cropper/web_ui_helper.dart
WARNING: Unused import: 'package:image_picker_for_web/image_picker_for_web.dart'.
lib/app/services/picker/picker_helper.dart:3:8
╷
3 │ import 'package:image_picker_for_web/image_picker_for_web.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/services/picker/picker_helper.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image |
^3.2.1 |
3.3.1 | 3.4.1 |
device_info_plus |
^4.1.2 |
4.1.3 | 11.2.0 |
dio |
^4.0.6 |
4.0.6 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
http |
^0.13.5 |
0.13.6 | 1.2.2 |
image_cropper |
^3.0.0 |
3.0.3 | 8.1.0 |
image_cropper_for_web |
^1.0.2 |
1.0.3 | 6.0.2 |
image_picker |
^0.8.5+3 |
0.8.9 | 1.1.2 |
image_picker_for_web |
^2.1.8 |
2.2.0 | 3.0.6 |
shared_preferences |
^2.0.15 |
2.3.4 | 2.3.4 |
uuid |
^3.0.6 |
3.0.7 | 4.5.1 |
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 `^4.1.2` on device_info_plus does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.