utopia_arch 0.5.1+4
utopia_arch: ^0.5.1+4 copied to clipboard
Utopia libs - complete architecture (including hooks, widgets, utils, reporter, collections, validation)
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
207 out of 759 API elements (27.3 %) have documentation comments.
Some symbols that are missing documentation: utopia_arch
, utopia_arch.AnyExtensions
, utopia_arch.AnyExtensions.also
, utopia_arch.AnyExtensions.cast
, utopia_arch.AnyExtensions.let
.
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 not compatible with platform Web
Because:
package:utopia_arch/utopia_arch.dart
that imports:package:utopia_arch/src/error/run_with_reporter_and_ui_errors.dart
that imports:package:utopia_reporter/utopia_reporter.dart
that imports:package:utopia_reporter/src/logger_reporter.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:utopia_arch/utopia_arch.dart
that imports:package:utopia_arch/src/error/run_with_reporter_and_ui_errors.dart
that imports:package:utopia_reporter/utopia_reporter.dart
that imports:package:utopia_reporter/src/logger_reporter.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.
lib/src/navigation/nested_navigator.dart:23:12
╷
23 │ return WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/navigation/nested_navigator.dart
INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.
lib/src/navigation/nested_navigator.dart:51:15
╷
51 │ () => WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/navigation/nested_navigator.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
injector |
^4.0.0 |
4.0.0 | 4.0.0 | |
page_transition |
^2.0.2 |
2.2.1 | 2.2.1 | |
shared_preferences |
^2.0.7 |
2.5.3 | 2.5.3 | |
utopia_collections |
^0.1.1 |
0.1.1 | 0.1.1 | |
utopia_hooks |
^0.4.17 |
0.4.17 | 0.4.17 | |
utopia_reporter |
^0.1.0+5 |
0.1.0+5 | 0.1.0+5 | |
utopia_utils |
^0.3.3 |
0.3.3 | 0.3.3 | |
utopia_validation |
^0.1.0+4 |
0.1.0+4 | 0.1.0+4 | |
utopia_widgets |
^0.1.2 |
0.1.2 | 0.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
equatable |
- | 2.0.7 | 2.0.7 | |
fast_immutable_collections |
- | 11.0.4 | 11.0.4 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
logger |
- | 2.5.0 | 2.5.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.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 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
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 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
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
.
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.