rctv 0.1.26
rctv: ^0.1.26 copied to clipboard
An extremely lightweight library for Flutter state management based on ChangeNotifier, with additional utility classes.
We analyzed this package 11 hours ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
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.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
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]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.dartthat imports:package:rctv/core/service_locator_helpers.dartthat imports:dart:io
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
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.
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.23.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.