rctv 0.1.23 copy "rctv: ^0.1.23" to clipboard
rctv: ^0.1.23 copied to clipboard

An extremely lightweight library for Flutter state management based on ChangeNotifier, with additional utility classes.

0
likes
130/ 160
pub points
22%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

failed
Provide documentation
0 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting rctv... Discovering libraries... Linking elements... Precaching local docs for 625040 elements... Initialized dartdoc with 789 libraries Generating docs for library core/base_manager.dart from package:rctv/core/base_manager.dart... Generating docs for library core/reactive.dart from package:rctv/core/reactive.dart... Generating docs for library core/manager.dart from package:rctv/core/manager.dart... Generating docs for library core/service_locator_helpers.dart from package:rctv/core/service_locator_helpers.dart... Generating docs for library core/reactive_aggregate.dart from package:rctv/core/reactive_aggregate.dart... [5 more lines] ERR: warning: rctv has no library level documentation comments from rctv: (file:///tmp/pana_LIGYYH/lib/core/reactive.dart:1:9) warning: rctv has no library level documentation comments from rctv: (file:///tmp/pana_LIGYYH/lib/rctv.dart:1:9) error: file already written at "rctv/rctv-library.html" for symbol rctv: (file:///tmp/pana_LIGYYH/lib/rctv.dart:1:9) conflicting with file already generated by rctv: (file:///tmp/pana_LIGYYH/lib/core/reactive.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'rctv' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [13 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:rctv/rctv.dart that imports:
  • package:rctv/core/service_locator_helpers.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:rctv/rctv.dart that imports:
  • package:rctv/core/service_locator_helpers.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 16 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/core/async_reactive_manager.dart:1:1

  ╷
1 │ part of rctv;
  │ ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/async_reactive_manager.dart

INFO: The declaration '_debugLog' isn't referenced.

lib/core/reactive.dart:247:8

    ╷
247 │   void _debugLog(String message) {
    │        ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/reactive.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
uuid ^4.4.2 4.5.0 4.5.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
crypto - 3.0.5 3.0.5
fixnum - 1.1.0 1.1.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.15.0
sky_engine - 0.0.99 0.0.99
sprintf - 7.0.0 7.0.0
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.

0
likes
130
pub points
22%
popularity

Publisher

unverified uploader

An extremely lightweight library for Flutter state management based on ChangeNotifier, with additional utility classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, uuid

More

Packages that depend on rctv