truesight_flutter 2406.30.1 truesight_flutter: ^2406.30.1 copied to clipboard
Dart library for TrueSight projects
We analyzed this package 12 hours ago, and awarded it 110 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.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
98 out of 449 API elements (21.8 %) have documentation comments.
Some symbols that are missing documentation: app_navigation_bar
, app_navigation_bar.AppNavigationBar
, app_navigation_bar.AppNavigationBar.AppNavigationBar
, app_navigation_bar.AppNavigationBar.index
, app_navigation_bar.AppNavigationBar.items
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/truesight_app_service.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/truesight_app_service.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 8 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: DocumentAttachment.name, DocumentAttachment.path, DocumentAttachment.fileId, DocumentAttachment.file, DocumentAttachment.isFile, DocumentAttachment.link, IdentifiedModel.id
lib/models/document_attachment.dart:3:16
╷
3 │ abstract class DocumentAttachment extends IdentifiedModel {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/document_attachment.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: EnumModel.code, EnumModel.name, EnumModel.color, IdentifiedModel.id
lib/models/enum_model.dart:3:7
╷
3 │ class EnumModel extends IdentifiedModel {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/enum_model.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cookie_jar |
^4.0.8 |
4.0.8 | 4.0.8 |
dio |
^5.4.3+1 |
5.7.0 | 5.7.0 |
dio_cookie_manager |
^3.1.1 |
3.1.1 | 3.1.1 |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_dotenv |
^5.1.0 |
5.2.1 | 5.2.1 |
flutter_secure_storage |
^9.2.2 |
9.2.3 | 9.2.3 |
go_router |
^14.2.0 |
14.6.2 | 14.6.2 |
hive |
^2.2.3 |
2.2.3 | 2.2.3 |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 |
infinite_scroll_pagination |
^4.0.0 |
4.1.0 | 4.1.0 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
local_auth |
^2.2.0 |
2.3.0 | 2.3.0 |
logging |
^1.2.0 |
1.3.0 | 1.3.0 |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.