cell 1.0.0-beta.2 copy "cell: ^1.0.0-beta.2" to clipboard
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.

0
likes
70/ 160
pub points
27
downloads

We analyzed this package 3 days ago, and awarded it 70 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 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.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
0
likes
70
points
27
downloads

Publisher

verified publisheropencell.dev

Weekly Downloads

A programming framework provides a comprehensive reactive programming solution for Dart, with particular strength in managing complex state and data flow in applications.

Repository (GitHub)

Topics

#reactive #asynchronous #immutable #validation #collection

Documentation

API reference

License

unknown (license)

Dependencies

random_string

More

Packages that depend on cell