cell 1.0.0-beta.2
cell: ^1.0.0-beta.2 copied to clipboard
A programming framework provides a comprehensive reactive programming solution for Dart, with particular strength in managing complex state and data flow in applications.
We analyzed this package 3 days ago, and awarded it 70 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
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
661 out of 672 API elements (98.4 %) have documentation comments.
Some symbols that are missing documentation: callable
, cell.collection.UnmodifiableCollective.UnmodifiableCollective.bind
, cell.collection.UnmodifiableCollective.UnmodifiableCollective.fromProperties
, cell.collection.UnmodifiableCollective.UnmodifiableCollective.new
, cell.core.Async.Async.new
.
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
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
ERROR: 'async' is inherited as a getter (from 'Sync') and also a method (from 'Synapses').
lib/src/cell/synapses.dart:79:12
╷
79 │ base class _Synapses<S extends Signal, L extends Cell> implements Synapses<S,L>, Sync {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cell/synapses.dart
WARNING: The getter doesn't override an inherited getter.
lib/src/collective/collective_core.dart:129:23
╷
129 │ ValueChange<V>? get body => throw UnimplementedError();
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/collective/collective_core.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
random_string |
any |
2.3.1 | 2.3.1 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
INCONSISTENT_INHERITANCE_GETTER_AND_METHOD
-lib/src/cell/synapses.dart:79:12
- 'async' is inherited as a getter (from 'Sync') and also a method (from 'Synapses').
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.21
, Dart 3.8.1
.
Check the analysis log for details.