clean_framework 0.5.0
clean_framework: ^0.5.0 copied to clipboard
Clean Architecture components library, inspired on the guidelines created by Uncle Bob.
We analyzed this package 7 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: clean_framework
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
packages/clean_framework/pubspec.yaml
from the repository URL mismatch: expected https://github.com/MattHamburger/clean_framework
but got https://github.com/AcmeSoftwareLLC/clean_framework
.
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
203 out of 457 API elements (44.4 %) have documentation comments.
Some symbols that are missing documentation: clean_framework
, clean_framework.AppProvidersContainer
, clean_framework.AppProvidersContainer.AppProvidersContainer.new
, clean_framework.AppProvidersContainer.child
, clean_framework.Bloc.Bloc.new
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 47 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'RepositoryScope
lib/src/defaults/repository.dart:60:20
╷
60 │ RepositoryScope? containsScope<E extends Entity>() {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/defaults/repository.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/ui/presenter.dart:58:30
╷
58 │ SchedulerBinding.instance!.addPostFrameCallback(
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/presenter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
equatable |
^2.0.2 |
2.0.7 | 2.0.7 | |
flutter_riverpod |
^0.14.0+3 |
0.14.0+3 | 3.0.3 | |
http |
^0.13.3 |
0.13.6 | 1.5.0 | |
meta |
^1.3.0 |
1.16.0 | 1.17.0 | |
provider |
^5.0.0 |
5.0.0 | 6.1.5+1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
freezed_annotation |
- | 0.14.3 | 3.1.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
riverpod |
- | 0.14.0+3 | 3.0.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 0.7.2+1 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.6 | 0.7.7 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
vm_service |
- | 15.0.2 | 15.0.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^0.14.0+3` on flutter_riverpod does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod
to update the constraint.
The constraint `^0.13.3` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.