truesight_flutter 2407.7.14 truesight_flutter: ^2407.7.14 copied to clipboard
Dart library for TrueSight projects
We analyzed this package 18 hours ago, and awarded it 100 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
.
0/10 points: 20% or more of the public API has dartdoc comments
117 out of 630 API elements (18.6 %) 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_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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/push_notification_service.dart
that imports:package:firebase_messaging/firebase_messaging.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/push_notification_service.dart
that imports:package:firebase_messaging/firebase_messaging.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
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:truesight_flutter/extensions/cookie_jar.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/error_handler_service.dart
that imports:package:sentry_flutter/sentry_flutter.dart
that imports:package:sentry_flutter/src/integrations/on_error_integration.dart
that imports:package:sentry_flutter/src/sentry_flutter_options.dart
that imports:package:sentry_flutter/src/sentry_flutter.dart
that imports:package:sentry_flutter/src/integrations/integrations.dart
that imports:package:sentry_flutter/src/integrations/load_release_integration.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/error_handler_service.dart
that imports:package:sentry_flutter/sentry_flutter.dart
that imports:package:sentry_flutter/src/integrations/on_error_integration.dart
that imports:package:sentry_flutter/src/sentry_flutter_options.dart
that imports:package:sentry_flutter/src/sentry_flutter.dart
that imports:package:sentry_flutter/src/integrations/integrations.dart
that imports:package:sentry_flutter/src/integrations/load_release_integration.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:truesight_flutter/truesight_flutter.dart
that imports:package:truesight_flutter/services/services.dart
that imports:package:truesight_flutter/services/error_handler_service.dart
that imports:package:sentry_flutter/sentry_flutter.dart
that imports:package:sentry_flutter/src/integrations/on_error_integration.dart
that imports:package:sentry_flutter/src/sentry_flutter_options.dart
that imports:package:sentry_flutter/src/sentry_flutter.dart
that imports:package:sentry_flutter/src/integrations/integrations.dart
that imports:package:sentry_flutter/src/integrations/load_release_integration.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
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:truesight_flutter/extensions/cookie_jar.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 21 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: JsonField.name, JsonField._value, JsonField.defaultValue, JsonField.isRequired, JsonField.helper, JsonField.information, JsonField.warning, JsonField.error
lib/json/json_boolean.dart:3:12
╷
3 │ base class JsonBoolean extends JsonField<bool> {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/json/json_boolean.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: JsonField.name, JsonField._value, JsonField.defaultValue, JsonField.isRequired, JsonField.helper, JsonField.information, JsonField.warning, JsonField.error
lib/json/json_date.dart:5:12
╷
5 │ base class JsonDate extends JsonField<DateTime> {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/json/json_date.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
bloc |
^8.1.4 |
8.1.4 | 8.1.4 |
bloc_test |
^9.1.7 |
9.1.7 | 9.1.7 |
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 |
firebase_core |
^3.1.1 |
3.9.0 | 3.9.0 |
firebase_crashlytics |
^4.0.2 |
4.2.0 | 4.2.0 |
firebase_messaging |
^15.0.2 |
15.1.6 | 15.1.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^8.1.6 |
8.1.6 | 8.1.6 |
flutter_dotenv |
^5.1.0 |
5.2.1 | 5.2.1 |
flutter_secure_storage |
^9.2.2 |
9.2.2 | 9.2.2 |
fresh_dio |
^0.4.1 |
0.4.2 | 0.4.2 |
go_router |
^14.2.0 |
14.6.2 | 14.6.2 |
google_sign_in |
^6.2.1 |
6.2.2 | 6.2.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.0 | 1.9.1 |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 |
sentry_flutter |
^8.3.0 |
8.12.0 | 8.12.0 |
sign_in_with_apple |
^6.1.1 |
6.1.4 | 6.1.4 |
supa_carbon_icons |
^0.0.1+5 |
0.0.1+5 | 0.0.1+5 |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 76.0.0 | 78.0.0 |
_flutterfire_internals |
- | 1.3.48 | 1.3.48 |
_macros |
- | 0.3.3 | 0.3.3 |
analyzer |
- | 6.11.0 | 7.1.0 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.11.0 | 2.12.0 |
boolean_selector |
- | 2.1.1 | 2.1.2 |
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.1 | 1.1.2 |
collection |
- | 1.19.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
coverage |
- | 1.11.1 | 1.11.1 |
crypto |
- | 3.0.6 | 3.0.6 |
diff_match_patch |
- | 0.4.1 | 0.4.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
fake_async |
- | 1.3.1 | 1.3.2 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
firebase_core_platform_interface |
- | 5.4.0 | 5.4.0 |
firebase_core_web |
- | 2.19.0 | 2.19.0 |
firebase_crashlytics_platform_interface |
- | 3.7.0 | 3.7.0 |
firebase_messaging_platform_interface |
- | 4.5.49 | 4.5.49 |
firebase_messaging_web |
- | 3.9.5 | 3.9.5 |
fixnum |
- | 1.1.1 | 1.1.1 |
flutter_plugin_android_lifecycle |
- | 2.0.24 | 2.0.24 |
flutter_secure_storage_linux |
- | 1.2.1 | 1.2.1 |
flutter_secure_storage_macos |
- | 3.1.2 | 3.1.2 |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 1.1.2 |
flutter_secure_storage_web |
- | 1.2.1 | 1.2.1 |
flutter_secure_storage_windows |
- | 3.1.2 | 3.1.2 |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 |
flutter_test |
- | 0.0.0 | 0.0.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
fresh |
- | 0.4.3 | 0.4.3 |
frontend_server_client |
- | 4.0.0 | 4.0.0 |
glob |
- | 2.1.2 | 2.1.2 |
google_identity_services_web |
- | 0.3.3 | 0.3.3 |
google_sign_in_android |
- | 6.1.34 | 6.1.34 |
google_sign_in_ios |
- | 5.7.8 | 5.7.8 |
google_sign_in_platform_interface |
- | 2.4.5 | 2.4.5 |
google_sign_in_web |
- | 0.12.4+3 | 0.12.4+3 |
http |
- | 1.2.2 | 1.2.2 |
http_multi_server |
- | 3.2.2 | 3.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
io |
- | 1.0.5 | 1.0.5 |
js |
- | 0.6.7 | 0.7.1 |
leak_tracker |
- | 10.0.7 | 10.0.8 |
leak_tracker_flutter_testing |
- | 3.0.8 | 3.0.9 |
leak_tracker_testing |
- | 3.0.1 | 3.0.1 |
local_auth_android |
- | 1.0.46 | 1.0.46 |
local_auth_darwin |
- | 1.4.2 | 1.4.2 |
local_auth_platform_interface |
- | 1.0.10 | 1.0.10 |
local_auth_windows |
- | 1.0.11 | 1.0.11 |
macros |
- | 0.1.3-main.0 | 0.1.3-main.0 |
matcher |
- | 0.12.16+1 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
mime |
- | 2.0.0 | 2.0.0 |
mocktail |
- | 1.0.4 | 1.0.4 |
nested |
- | 1.0.0 | 1.0.0 |
node_preamble |
- | 2.0.2 | 2.0.2 |
package_config |
- | 2.1.1 | 2.1.1 |
package_info_plus |
- | 8.1.2 | 8.1.2 |
package_info_plus_platform_interface |
- | 3.0.2 | 3.0.2 |
path_provider_android |
- | 2.2.15 | 2.2.15 |
path_provider_foundation |
- | 2.4.1 | 2.4.1 |
path_provider_linux |
- | 2.2.1 | 2.2.1 |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 |
path_provider_windows |
- | 2.3.0 | 2.3.0 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pool |
- | 1.5.1 | 1.5.1 |
provider |
- | 6.1.2 | 6.1.2 |
pub_semver |
- | 2.1.5 | 2.1.5 |
sentry |
- | 8.12.0 | 8.12.0 |
shelf |
- | 1.4.2 | 1.4.2 |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 |
shelf_static |
- | 1.1.3 | 1.1.3 |
shelf_web_socket |
- | 2.0.1 | 2.0.1 |
sign_in_with_apple_platform_interface |
- | 1.1.0 | 1.1.0 |
sign_in_with_apple_web |
- | 2.1.1 | 2.1.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
sliver_tools |
- | 0.2.12 | 0.2.12 |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 |
source_maps |
- | 0.10.13 | 0.10.13 |
source_span |
- | 1.10.0 | 1.10.1 |
sprintf |
- | 7.0.0 | 7.0.0 |
stack_trace |
- | 1.12.0 | 1.12.1 |
stream_channel |
- | 2.1.2 | 2.1.3 |
string_scanner |
- | 1.3.0 | 1.4.1 |
term_glyph |
- | 1.2.1 | 1.2.2 |
test |
- | 1.25.8 | 1.25.14 |
test_api |
- | 0.7.3 | 0.7.4 |
test_core |
- | 0.6.5 | 0.6.8 |
typed_data |
- | 1.4.0 | 1.4.0 |
universal_io |
- | 2.2.2 | 2.2.2 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.2 | 6.3.2 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.2 | 3.2.2 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
uuid |
- | 4.5.1 | 4.5.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
vm_service |
- | 14.3.0 | 15.0.0 |
watcher |
- | 1.1.1 | 1.1.1 |
web |
- | 1.1.0 | 1.1.0 |
web_socket |
- | 0.1.6 | 0.1.6 |
web_socket_channel |
- | 3.0.1 | 3.0.1 |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 |
win32 |
- | 5.10.0 | 5.10.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
yaml |
- | 3.1.3 | 3.1.3 |
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.