yuro 0.4.6+2
yuro: ^0.4.6+2 copied to clipboard
A Flutter package.
We analyzed this package 46 hours ago, and awarded it 105 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 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
785 out of 1424 API elements (55.1 %) have documentation comments.
Some symbols that are missing documentation: app_config
, app_config.AppConfig
, app_config.AppConfig.AppConfig.new
, app_config.AppConfig.appChannel
, app_config.AppConfig.appId
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:yuro/yuro.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:yuro/yuro.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:yuro/yuro.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:yuro/yuro.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:yuro/yuro.dart
that imports:package:yuro/yuro_connect/yuro_connect.dart
that imports:package:yuro/yuro_connect/http.src/observer_mixin.dart
that imports:package:yuro/yuro_connect/http.src/observer.dart
that imports:package:yuro/yuro_widget/yuro_widget.dart
that imports:package:yuro/yuro_widget/src/overlay/loading/loading.dart
that imports:package:yuro/yuro_app/yuro_app.dart
that imports:package:yuro/yuro_app/src/yuro_app_ext.dart
that imports:package:yuro/yuro_app/src/app_config.dart
that imports:package:yuro/yuro_widget/src/overlay/toast/toast.dart
that imports:package:yuro/yuro_route/yuro_route.dart
that imports:package:yuro/yuro_route/src/yuro_route_ext.dart
that imports:package:yuro/yuro_core/yuro_core.dart
that imports:package:yuro/yuro_core/src/cache/hive.dart
that imports:package:hive_flutter/hive_flutter.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 69 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/yuro_core/src/lifecycle.dart:11:30
╷
11 │ SchedulerBinding.instance?.addPostFrameCallback((_) => onReady());
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/yuro_core/src/lifecycle.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/yuro_route/src/widgets_binding_observer.dart:10:28
╷
10 │ WidgetsBinding.instance!.addObserver(this);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/yuro_route/src/widgets_binding_observer.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
convert |
^3.0.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.1 |
3.0.6 | 3.0.6 | |
dio |
^4.0.4 |
4.0.6 | 5.9.0 | |
equatable |
^2.0.3 |
2.0.7 | 2.0.7 | |
hive |
^2.0.5 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
json_annotation |
^4.4.0 |
4.9.0 | 4.9.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.8 |
2.1.5 | 2.1.5 | |
permission_handler |
^8.1.6 |
8.3.0 | 12.0.1 | |
provider |
^6.0.1 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.0.11 |
2.5.3 | 2.5.3 | |
uuid |
^3.0.5 |
3.0.7 | 4.5.1 | |
yuro_plugin |
^0.1.0+2 |
0.1.0+2 | 0.1.0+2 | Discontinued |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path_provider_android |
- | 2.2.18 | 2.2.18 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
shared_preferences_android |
- | 2.4.12 | 2.4.12 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^4.0.4` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
to update the constraint.
The constraint `^8.1.6` 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: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.22
, Flutter 3.35.2
, Dart 3.9.0
.
Check the analysis log for details.