multiple_change_notifiers 1.0.11
multiple_change_notifiers: ^1.0.11 copied to clipboard
A package containing different kinds of ChangeNotifiers.
We analyzed this package 4 days 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: multiple_change_notifiers
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
multiple_change_notifiers/pubspec.yaml
from the repository URL mismatch: expected https://gitlab.com/flutterpackages/notifiers
but got https://gitlab.com/flutterpackages/multiple_change_notifiers
.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
87 out of 122 API elements (71.3 %) have documentation comments.
Some symbols that are missing documentation: multiple_change_notifiers
, multiple_change_notifiers.AdvancedValueListenable.AdvancedValueListenable.new
, multiple_change_notifiers.AdvancedValueListenable.addValueListener
, multiple_change_notifiers.AdvancedValueListenable.removeValueListener
, multiple_change_notifiers.AdvancedValueListenableMixin
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
INFO: Statements in a for should be enclosed in a block.
lib/src/flutter_sdk/change_notifier.dart:245:39
╷
245 │ for (int i = 0; i < index; i++) newListeners[i] = _listeners[i];
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/flutter_sdk/change_notifier.dart
INFO: Statements in a for should be enclosed in a block.
lib/src/flutter_sdk/change_notifier.dart:248:44
╷
248 │ for (int i = index; i < _count; i++) newListeners[i] = _listeners[i + 1];
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/flutter_sdk/change_notifier.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
meta |
^1.15.0 |
1.17.0 | 1.17.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.24
, Dart 3.9.4
.
Check the analysis log for details.