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

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

115/ 160
pub points
404
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.1.26").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: BSD-3-Clause.

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

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

OUT: Documenting rctv... Discovering libraries... Linking elements... Precaching local docs for 649646 elements... Initialized dartdoc with 833 libraries Generating docs for library providers/reactive_listener_widget.dart from package:rctv/providers/reactive_listener_widget.dart... Generating docs for library providers/reactive_provider.dart from package:rctv/providers/reactive_provider.dart... Generating docs for library providers/reactive_observer_provider.dart from package:rctv/providers/reactive_observer_provider.dart... Generating docs for library core/reactive.dart from package:rctv/core/reactive.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_WDFBNS/lib/core/reactive.dart:1:1) warning: rctv has no library level documentation comments from rctv: (file:///tmp/pana_WDFBNS/lib/rctv.dart:1:1) error: file already written at "rctv/index.html" for symbol rctv: (file:///tmp/pana_WDFBNS/lib/rctv.dart:1:1) conflicting with file already generated by rctv: (file:///tmp/pana_WDFBNS/lib/core/reactive.dart:1:1) 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 [16 more lines]

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 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
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 issues. Showing the first 2:

WARNING: 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

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

Passed report section
Support up-to-date dependencies
40 / 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
uuid ^4.4.2 4.5.3 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0

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

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

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
404
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, uuid

More

Packages that depend on rctv