live_cells_core 1.0.0 copy "live_cells_core: ^1.0.0" to clipboard
live_cells_core: ^1.0.0 copied to clipboard

Provides the core of live cells: A replacement for ChangeNotifier and ValueNotifier that is easier to use and more flexible

1
likes
130/ 160
pub points
293
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/alex-gutev/live_cells/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

494 out of 545 API elements (90.6 %) have documentation comments.

Some symbols that are missing documentation: live_cells.ActionMetaCell.ActionMetaCell.new, live_cells.AsyncState.makeState, live_cells.AsyncStateLoading.AsyncStateLoading.new, live_cells.CellObserverModel.CellObserverModel.new, live_cells.CellValueCoder.CellValueCoder.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed 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

Passed check 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.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 63 issues. Showing the first 2:

/tmp/pana_WKWIVA/lib/src/async_cell/async_cancellation_handler.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_WKWIVA/lib/src/async_cell/async_cell_state_mixin.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection >=1.16.0 <2.0.0 1.19.1 1.19.1
intl ^0.19.0 0.19.0 0.20.2
live_cell_annotations ^0.4.4 0.4.4 0.4.4
meta >=1.10.0 <2.0.0 1.16.0 1.16.0
record_extender_annotations ^0.1.0 0.1.0 0.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
clock - 1.1.2 1.1.2
path - 1.9.1 1.9.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 11Aug 8Sep 5Oct 3Oct 31Nov 28Dec 26Jan 23Feb 20Mar 20050100150200250300>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0
1
likes
130
points
293
downloads

Publisher

verified publishergutev.dev

Weekly Downloads

2024.09.26 - 2025.04.10

Provides the core of live cells: A replacement for ChangeNotifier and ValueNotifier that is easier to use and more flexible

Repository (GitHub)
View/report issues

Topics

#reactive #state-management #extension

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, intl, live_cell_annotations, meta, record_extender_annotations

More

Packages that depend on live_cells_core